stackexchange-redis
There are 35 repositories under stackexchange-redis topic.
WeihanLi/StackExchange.Redis-docs-zh-cn
StackExchange.Redis中文使用文档
WeihanLi/WeihanLi.Redis
RedisExtensions for StackExchange.Redis, Cache/Redlock/Counter/RateLimiter/Rank/RedisEventBus
areller/RediSharp
Redis Scripting in Native C#
Hesapkurdu/hk-cache-manager
Simple wrapper for Redis Cache with Stackoverflow.Redis & AspNetCore aim
jonathansant/Orleans.Persistence.Redis
Redis persistence for Microsoft Orleans with configurable serialization.
myloveCc/NETCore.RedisKit
StackExchange.Redis Tool
mparlak/AspNetCore.StackExchange.Redis
AspNetCore.StackExchange.Redis Extensions
Vahidalizadeh7070/RedisCachingMedium
Implementation of caching using Redis in .NET 7. Here, the caching service is based on HashSet.
Can-Sahin/StackExchange.Redis.WordSearch
AutoCompletion/WordSearch extension for StackExchange.Redis
wjdavis5/RedisPooler
A library to provide pooled IConnectionMultiplexers to your appliation
craigwardman/ChunkingRedisClient
A C# library which implements various wrappers around the StackExchange.Redis client, specifically using Newtonsoft.Json serialisation; Such as streamed reading/writing and sliding expiration.
elglogins/STRHM
Strongly typed implementation for Redis StackExchange client, when using hashset functionality.
kirov-opensource/RedisLock
The blocking implementation of StackExchange.Redis LockTake and the automatic release of locks
msolimans/AutoAPI
A Sample API written in c#, dotnetcore, MongoDB/SQLServer, Memcached/Redis for caching, and Solr for indexing
ojji/RedisearchSharp
Redisearch client library built on top of StackExchange.Redis
stormaref/RedisStorm
Simple wrapper for StackExchange.Redis that makes pub sub easier
BedirhanErk/Resellio
Resellio (Asp.Net Core MVC - Microservices)
Cihat-Girgin/.Net5-Redis-Distributed-Cache
Application showing how to configure and use Redis( via StackExchange.Redis API ) on .Net And it mentions how to use data types in Redis.
ferhatcandas/TStack.RedisExchange
The purpose of this library is to store cache data, the infrastructure "StackExchange.Redis" is fed, but this library offers more generic and clean architecture. This library was developed .NET Standard.
QuinntyneBrown/IncidentService
IncidentService using ASP.NET Web API 2, Redis, Azure Service Bus and Angular 4
senvardarsemih/hk-cache-manager
Simple wrapper for Redis Cache with Stackoverflow.Redis & AspNetCore aim
stefanolsen/redis-profile
Sample code for blog post about using Redis in place of session state.
wodsonluiz/Redis.EasyConnectMultiServers
Package for ease integration with multiple servers Redis.
bilbolPrime/redis-pub-sub
A simple multi-layered cache pub sub redis implementation
eduardoyupanqui/Redis.Example
POC - Counters en Redis con StackExchange.Redis
Farnaz-Ansari/MsalTransientFaultHandling
Transient Fault Handling for Microsoft Authentication Library (MSAL) calls
kunalm8470/azure-services
Learning about various Azure Services
sandeepkv93/WebAppWithRedisCache
Simple Example of how Redis cache and InMemory Cache can be used in a ASP.NET Core Web API Project
yusufuzun/cache
Basic Cache Facade for generic caching purposes with StackExchange.Redis implementation
devarshad/MultiKeyRedisCache
multikey support for Redis
guliv3r/DualCache.NET
A .NET 8 helper library for common Redis client functionality.
shaikhanas1993/redisWebApiExperiment
experimental stuff with redis
Vahidalizadeh7070/RedisCaching
Implementation of Redis caching using .NET. It is based on StringSet.
willbush/redis-failover-test
Testing Redis master / slave failover with and without Sentinels
yusufuzun/typed-messaging
An introductory code example for messaging and message bus built with primitive principles