You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Miguel de Icaza 4e5682ad7d
Merge pull request #12 from PrasadHonrao/master
8 years ago
RedisTest Reference to RedisSharp project instead of binary. 16 years ago
.gitignore Added ignores for *.pidb and *.userprefs 16 years ago
Makefile First commit 16 years ago
README Provide correct URL of Redis server 9 years ago
RedisSharp.csproj VS solution/project. 16 years ago
RedisSharp.sln rearrnaged for running in visual c# 16 years ago
redis-sharp.cs Fix Sort method considering different return types 11 years ago
test.cs Fix Sort method considering different return types 11 years ago

README

This is a C#/.NET client binding for the Redis server:

https://redis.io/

The code is licensed under the same terms that the Redis server is, the new BSD license

The binding lives in the redis-sharp.cs file, a sample test file can be found on test.cs

Miguel de Icaza, November 2009