Looking for documentation and examples for C# Redis client? The documentation that you get when you download ServiceStack.Redis isn’t very complete, and I see very little on the web explaining each function.
The dedicated docs on Redis Client is only on the Home Page and wiki:
- GitHub - ServiceStack/ServiceStack.Redis: .NET's leading C# Redis Client
- Home · ServiceStack/ServiceStack.Redis Wiki · GitHub
With a Live Demo that you can try out on:
http://gistlyn.com/?gist=54e452bb1e86e132068a595d7e72d1a6
The APIs should be self-explanatory as to what each of them does. You can also inspect the Redis test suite for more usage examples and there’s a fair amount of content on StackOverflow:
The only documentation I found for the client is http://docs.servicestack.net/csharp-client. This looks very incomplete given all the functions and objects that exist for just the RedisClient object.
The C# ServiceClient is unrelated to the ServiceStack.Redis Client.
I see that now… Thanks you for pointing that out.
This is the Customer Forums, not the Issue Tracker, so there is no close, all discussions are left open.