Usage
There are multiple api that the library offers, here a list:
Search Keys into Redis;
Store multiple object with a single roundtrip;
Get Redis Server information;
Set Add;
Set AddAdd;
SetRemove;
SetRemoveAll;
Set Member;
Pub/Sub events;
Save;
Async methods;
Hash methods;
Support for Keyspace isolation;
Support for multiple database:
Note that all the example are based on a c# object like this:
Your class could be everything is serializable.
Last updated