File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ EasyCaching is an open source caching library that contains basic usages and som
31
31
| EasyCaching.Memcached | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Memcached.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Memcached.svg )
32
32
| EasyCaching.SQLite | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.SQLite.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.SQLite.svg )
33
33
| EasyCaching.HybridCache | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.HybridCache.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.HybridCache.svg )
34
+ | EasyCaching.CSRedis | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.CSRedis.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.CSRedis.svg )
34
35
35
36
### Interceptor
36
37
@@ -146,7 +147,8 @@ See [sample](https://github.com/catcherwong/EasyCaching/tree/master/sample)
146
147
### Caching Providers
147
148
148
149
- [x] Memory
149
- - [x] Redis
150
+ - [x] Redis(Based on [ StackExchange.Redis] ( https://github.com/StackExchange/StackExchange.Redis ) )
151
+ - [x] Redis(Based on [ csredis] ( https://github.com/2881099/csredis ) )
150
152
- [x] SQLite
151
153
- [x] Memcached
152
154
- [x] Hybrid(Combine local caching and distributed caching)
@@ -192,13 +194,13 @@ See [sample](https://github.com/catcherwong/EasyCaching/tree/master/sample)
192
194
193
195
### Caching Bus
194
196
195
- - [ ] Redis
196
- - [ ] RabbitMQ
197
+ - [x ] Redis (not release yet)
198
+ - [x ] RabbitMQ (not release yet)
197
199
198
200
### Others
199
201
200
202
- [x] Configuration
201
- - [ ] Caching Region
203
+ - [x ] Caching Region (one region with an instance of provider)
202
204
- [x] Caching Statistics
203
205
- [ ] UI Manager
204
206
- [x] Logger
You can’t perform that action at this time.
0 commit comments