文件名称:Nhiredis:.NET包装为hiredis
文件大小:514KB
文件格式:ZIP
更新时间:2024-05-29 02:23:21
C#
介绍
Nhiredis是Redis的.NET客户端。 它是官方C客户端hiredis的轻量级包装。 它提供了一个简单,灵活的API。
Nhiredis可以在Windows和Linux / Mono下使用,并且可以与aspnet50目标一起使用。 可在nuget.org上以软件包的形式获得
为什么选择Nhiredis?
我构建Nhiredis是因为它提供了我最想使用的API。 强调:
RedisCommand(用于所有功能)的参数和返回类型可以方便地强制转换为所需的内容。 这是非常灵活的:
c.RedisCommand("SET", "foo", 42);
c.RedisCommand
【文件预览】:
Nhiredis-master
----Vagrantfile(542B)
----Nhiredis.sln(7KB)
----Nhiredis_Examples()
--------Program.cs(3KB)
--------Nhiredis_Examples.csproj(4KB)
--------Properties()
----hiredisx()
--------hiredisx.vcproj(9KB)
--------hiredisx.vcxproj(11KB)
--------targetver.h(1KB)
--------hiredisx.h(2KB)
--------dllmain.c(2KB)
--------Makefile(521B)
--------hiredisx.c(6KB)
----Nhiredis_Benchmark()
--------Program.cs(4KB)
--------ServiceStack.Redis.dll(328KB)
--------Nhiredis_Benchmark.csproj(4KB)
--------Properties()
----bootstrap.sh(1KB)
----.gitignore(763B)
----README.md(7KB)
----LICENSE.txt(1KB)
----Nhiredis()
--------RedisClient.cs(24KB)
--------NhiredisException.cs(385B)
--------Nhiredis.nuspec(814B)
--------RedisContext.cs(1KB)
--------Interop.cs(12KB)
--------x86()
--------Utils.cs(3KB)
--------RedisClient_Transaction.cs(2KB)
--------x64()
--------Nhiredis.csproj(4KB)
--------nugetpkg_make.bat(391B)
--------install.ps1(782B)
--------Properties()