All Projects → imperugo → Stackexchange.redis.extensions

imperugo / Stackexchange.redis.extensions

Licence: mit

Projects that are alternatives of or similar to Stackexchange.redis.extensions

Synchrotron
Caching layer load balancer.
Stars: ✭ 42 (-89.98%)
Mutual labels:  redis, cache, caching
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (-70.88%)
Mutual labels:  redis, cache, caching
Redis
Vapor provider for RediStack
Stars: ✭ 434 (+3.58%)
Mutual labels:  redis, cache, redis-client
Lada Cache
A Redis based, fully automated and scalable database cache layer for Laravel
Stars: ✭ 424 (+1.19%)
Mutual labels:  redis, cache, caching
Pottery
Redis for humans. 🌎🌍🌏
Stars: ✭ 204 (-51.31%)
Mutual labels:  redis, cache, redis-client
Sequelize Transparent Cache
Simple to use and universal cache layer for Sequelize
Stars: ✭ 137 (-67.3%)
Mutual labels:  redis, cache, caching
Easycaching
💥 EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
Stars: ✭ 1,047 (+149.88%)
Mutual labels:  redis, cache, caching
Scrapbook
PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
Stars: ✭ 279 (-33.41%)
Mutual labels:  redis, cache, caching
Cachingframework.redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Stars: ✭ 209 (-50.12%)
Mutual labels:  redis, cache, redis-client
Cachemanager
CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Stars: ✭ 2,049 (+389.02%)
Mutual labels:  redis, cache, caching
salad
Asynchronous Scala Redis Client supporting Sentinel and Redis Cluster
Stars: ✭ 14 (-96.66%)
Mutual labels:  caching, cache, redis-client
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+4189.26%)
Mutual labels:  redis, cache, redis-client
Koa Redis
Redis storage for Koa session middleware/cache with Sentinel and Cluster support
Stars: ✭ 324 (-22.67%)
Mutual labels:  redis, cache
Fastoredis
FastoRedis is a crossplatform Redis GUI management tool.
Stars: ✭ 316 (-24.58%)
Mutual labels:  redis, redis-client
Cache
The Cache component provides an extended PSR-6 implementation for adding cache to your applications.
Stars: ✭ 3,606 (+760.62%)
Mutual labels:  cache, caching
Ledge
An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty, backed by Redis
Stars: ✭ 412 (-1.67%)
Mutual labels:  redis, cache
Cache
Cache library
Stars: ✭ 310 (-26.01%)
Mutual labels:  redis, cache
Cache
Cache library with Redis backend for Golang
Stars: ✭ 337 (-19.57%)
Mutual labels:  redis, cache
Lettuce Core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
Stars: ✭ 4,319 (+930.79%)
Mutual labels:  redis, redis-client
Crystal Redis
Full featured Redis client for Crystal
Stars: ✭ 345 (-17.66%)
Mutual labels:  redis, redis-client

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. The library is signed and completely compatible with the .NET Standard 2.0, .NET Framework 4.6.1, .NET Framework 4.7.2, .NET Core 3.x.

The idea of this library is to make easier your live when you need to send / receive objects into Redis, in fact it wraps what the main library StackExchange.Redis offers but serializing and deserializing your objects.

Documentation is composed of articles and guidance detailing how to get the most out of StackExchange.Redis.Extensions

Release

.NET Core

Latest release is available on NuGet.

Channel Status
Nuget (Core) NuGet Status
Nuget (Json.NET) NuGet Status
Nuget (MsgPack) NuGet Status
Nuget (Protobuf) NuGet Status
Nuget (UTF8Json) NuGet Status
Nuget (Binary) NuGet Status
Nuget (System.Text.Json) NuGet Status

Q&A

For questions or issues do not hesitate to raise an issue or get in touch.

License

StackExchange.Redis is Copyright © 2015 Ugo Lattanzi and other contributors under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].