Wednesday, February 22, 2012

How to: test C# Redis client sider , step by step

After install and test Redis on centos 5, now let’s write a Simple C# application to do some basis data operation.
  make sure Nuget is there, and right click your preject to add Sider to the reference.
image
,with 2 lines of Code,
image

you can also see the value from CLI
image

it also support Unicode,
image

you can pickup the encoding for the unicode in the RedisSetting option.

More syntax and API , check it out here, https://github.com/chakrit/sider

No comments:

 
Locations of visitors to this page