This is a fork of the official C# ServiceStack client for Redis. This fork removes
- the limitation of 6000 commands per hour to the Redis Client
- the limitation of 20 different types in Redis Client Typed APIs
both imposed to the free version of the official library.
You can install this fork from NuGet.org. You can use the NuGet Ui in VS or Xamarin or you can run the following command in the nuget package manager console
PM> Install-Package FreeStack.Redis
For documentation and commercial support please visit the ServiceStack.Redis repo.