Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleaned code, defined a non debug version, added Auth function #11

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Makefile

This file was deleted.

7 changes: 2 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
This is a C#/.NET client binding for the Redis server:
This is a C#/.NET client binding for the Redis server, runnable in a [OpenSim](http://opensimulator.org) script:

http://code.google.com/p/redis/

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
To use it, cut and paste the full code in a OpenSim C# script
55 changes: 0 additions & 55 deletions RedisSharp.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions RedisSharp.sln

This file was deleted.

36 changes: 0 additions & 36 deletions RedisTest/Properties/AssemblyInfo.cs

This file was deleted.

59 changes: 0 additions & 59 deletions RedisTest/RedisTest.csproj

This file was deleted.

Loading