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.
![]() |
8 years ago | |
---|---|---|
RedisTest | 16 years ago | |
.gitignore | 16 years ago | |
Makefile | 16 years ago | |
README | 9 years ago | |
RedisSharp.csproj | 16 years ago | |
RedisSharp.sln | 16 years ago | |
redis-sharp.cs | 11 years ago | |
test.cs | 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