Skip to content

Commit a394029

Browse files
authored
📝 Update README
1. Add CSRedis 2. Features
1 parent 6256fa9 commit a394029

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ EasyCaching is an open source caching library that contains basic usages and som
3131
| EasyCaching.Memcached | ![](https://img.shields.io/nuget/v/EasyCaching.Memcached.svg) | ![](https://img.shields.io/nuget/dt/EasyCaching.Memcached.svg)
3232
| EasyCaching.SQLite | ![](https://img.shields.io/nuget/v/EasyCaching.SQLite.svg) | ![](https://img.shields.io/nuget/dt/EasyCaching.SQLite.svg)
3333
| 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)
3435

3536
### Interceptor
3637

@@ -146,7 +147,8 @@ See [sample](https://github.com/catcherwong/EasyCaching/tree/master/sample)
146147
### Caching Providers
147148

148149
- [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))
150152
- [x] SQLite
151153
- [x] Memcached
152154
- [x] Hybrid(Combine local caching and distributed caching)
@@ -192,13 +194,13 @@ See [sample](https://github.com/catcherwong/EasyCaching/tree/master/sample)
192194
193195
### Caching Bus
194196

195-
- [ ] Redis
196-
- [ ] RabbitMQ
197+
- [x] Redis (not release yet)
198+
- [x] RabbitMQ (not release yet)
197199

198200
### Others
199201

200202
- [x] Configuration
201-
- [ ] Caching Region
203+
- [x] Caching Region (one region with an instance of provider)
202204
- [x] Caching Statistics
203205
- [ ] UI Manager
204206
- [x] Logger

0 commit comments

Comments
 (0)