@@ -16,42 +16,23 @@ EasyCaching is an open source caching library that contains basic usages and som
16
16
17
17
## Nuget Packages
18
18
19
- ### Core
20
-
21
19
| Package Name | Version | Downloads
22
20
|--------------| ------- | ----
23
21
| EasyCaching.Core | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Core.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Core.svg )
24
-
25
- ### Provider
26
-
27
- | Package Name | Version | Downloads
28
- |--------------| ------- | ----
29
22
| EasyCaching.InMemory | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.InMemory.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.InMemory.svg )
30
23
| EasyCaching.Redis | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Redis.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Redis.svg )
31
24
| EasyCaching.Memcached | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Memcached.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Memcached.svg )
32
25
| EasyCaching.SQLite | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.SQLite.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.SQLite.svg )
33
26
| EasyCaching.HybridCache | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.HybridCache.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.HybridCache.svg )
34
27
| EasyCaching.CSRedis | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.CSRedis.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.CSRedis.svg )
35
-
36
- ### Interceptor
37
-
38
- | Package Name | Version | Downloads
39
- |--------------| ------- | ----
40
28
| EasyCaching.Interceptor.Castle | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Interceptor.Castle.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Interceptor.Castle.svg )
41
29
| EasyCaching.Interceptor.AspectCore | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Interceptor.AspectCore.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Interceptor.AspectCore.svg )
42
-
43
- ### Serializer
44
-
45
- | Package Name | Version | Downloads
46
- |--------------| ------- | ----
47
30
| EasyCaching.Serialization.MessagePack | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Serialization.MessagePack.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Serialization.MessagePack.svg )
48
31
| EasyCaching.Serialization.Json | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Serialization.Json.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Serialization.Json.svg )
49
32
| EasyCaching.Serialization.Protobuf | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Serialization.Protobuf.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Serialization.Protobuf.svg )
50
-
51
- ### Others
52
-
53
- | Package Name | Version | Downloads
54
- |--------------| ------- | ----
33
+ | EasyCaching.Bus.RabbitMQ | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Bus.RabbitMQ.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Bus.RabbitMQ.svg )
34
+ | EasyCaching.Bus.Redis | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Bus.Redis.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Bus.Redis.svg )
35
+ | EasyCaching.Bus.CSRedis | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.Bus.CSRedis.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.Bus.CSRedis.svg )
55
36
| EasyCaching.ResponseCaching | ![ ] ( https://img.shields.io/nuget/v/EasyCaching.ResponseCaching.svg ) | ![ ] ( https://img.shields.io/nuget/dt/EasyCaching.ResponseCaching.svg )
56
37
57
38
## Basic Usages
@@ -194,8 +175,9 @@ See [sample](https://github.com/catcherwong/EasyCaching/tree/master/sample)
194
175
195
176
### Caching Bus
196
177
197
- - [x] Redis (not release yet)
198
- - [x] RabbitMQ (not release yet)
178
+ - [x] Redis (Based on [ StackExchange.Redis] ( https://github.com/StackExchange/StackExchange.Redis ) )
179
+ - [x] Redis (Based on [ csredis] ( https://github.com/2881099/csredis ) )
180
+ - [x] RabbitMQ
199
181
200
182
### Others
201
183
0 commit comments