40 packages tagged with “StackExchange.Redis”
Extension package for StackExchange.Redis to be used with the Azure Cache for Redis service
Redis client library based on StackExchange.Redis with features like an extensible serialization strategy, a tagging mechanism to group keys and hash fields, and more, all being cluster-compatible.
Elastic APM for StackExchange.Redis. This package contains instrumentation for StackExchange.Redis Redis client. See: https://github.com/elastic/apm-agent-dotnet/tree/main/docs
An extension library for StackExchange.Redis which adds Multiplexer connection pool abstraction and implementation
Newtonsoft Json serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible.
StackExchange.Redis‘s ConnectionPool.
MessagePack serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible. This uses MessagePack for C# which requires annotations on the objects you want to save in Redis. You can read more about serialization using MessagePack in https://github.com/neuecc/MessagePack-CSharp#readme
Redis wrappers by StackExchange.Redis
MessagePack serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible.
Core abstractions library of Zaabee.StackExchangeRedis
Implementation of common .NET collection types (i.e IDictionary, ISet, IList) via abstraction over StackExchange.Redis
SnowflakeId AutoRegister StackExchangeRedis: An extension of the SnowflakeId AutoRegister library, enabling automatic WorkerId registration in SnowflakeId systems using StackExchange.Redis
该库集成了`StackExchange.Redis`客户端,提供Redis常用类型操作、分布式锁、布隆过滤器。
StackExchange.Redis extensions tool. Easy use redis in asp.net core.
The blocking implementation of StackExchange.Redis LockTake and the automatic release of locks
SpaceChina.Caching缓存库的StackExchange.Redis实现。
Lightweight library to query Redis by predefined queries on top of StackExchange.Redis. This library enables that you can use redis database with predefined queries. Queries are seen like pipelines which are executed when data is writing/removing on redis. This library also enables RedisQueryProvider. With this provider, Redis entities can be used with IQueryable.
Redis storage for HTTP caching in CacheCow library
AutoCompletion and WordSearch extension for StackExchange.Redis
基于StackExchange.Redis封装的Redis客户端服务,支持服务依赖注入
An open source ASP.NET Identity 2.x-compliant custom user store implementation to *Redis* using the fancy StackExchange.Redis library.
StackExchange.Redis
Package Description
A simple Redis ORM Framework based on StackExchange.Redis.
Qoollo.Redis.Net is a convinient wrapper over StackExchange.Redis which provide you simple tool to work with redis in your .Net Framework and .Net Core projects.
Atatus .NET package for StackExcahnge.Redis. Use this package to monitor the performance and metrics of the StackExcahnge.Redis client of your application. See: https://docs.atatus.com/docs/application-monitoring/dotnet-agent/overview.html
Core abstractions library of Aoxe.StackExchangeRedis
CacheProvider is a generic class designed to provide caching functionality for any type of object. It packages a distributed Redis caching implementation into one Provider class, allowing for easy pairing with any RealProvider component following the ASP.NET Provider model.
Simple wrapper for StackExchange.Redis that makes pub sub easier