|
Beetle.Redis is an open-source Redis Client for .net component that provides a very simple way for developers to easily access Redis, while providing data format support for json and protobuf. The default access based on connection pools allows developers to access Redis succinctly and efficiently without having to worry about a series of complex things such as threading and connection synchronization. disposition
The above configurations are the read/write service addresses, and the default number of connections is 9, and the database access is 0. Multiple redis service information can be configured according to the needs of the actual application.
The use of the component is very simple, there is no need to define the connection information like other redis client components before use, and the component will automatically use the configuration environment of redisClientSection to operate the corresponding Redis service by default.
String Get/Set
Json Get/Set
Protobuf Get/Set
List
MapSet
performance
SampleDownload
Beetle.Redis.0.6.6.5.rar
(244.2 KB, Number of downloads: 1)
|