Info
Version: | 0.0.3-alpha |
Author(s): | vtortola |
Last Update: | Friday, September 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vtortola/RedisClient |
NuGet Url: | https://www.nuget.org/packages/vtortola.RedisClient |
Install
Install-Package vtortola.RedisClient
dotnet add package vtortola.RedisClient
paket add vtortola.RedisClient
vtortola.RedisClient Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The interface is based on templated strings, allowing to execute custom defined server side procedures as regular Redis commands.
Executions are done through "channels", that in essence are virtual connections to Redis that support synchronous and asynchronous invocation.
Commands are multiplexed and pipelined.
Subscription topics are aggregated. Just a pair of connections can handle thousand of channels.