ServiceStack.Redis V3.9版本。免费使用,不限制次数,无需破解。 c#操作redis的官方正版驱动。
2022-12-27 13:34:42 605KB redis ServiceStack
1
ServiceStack程序DLL ,C#下开发redis的DLL,直接导入这3个DLL,就可以开发redis了。
2022-12-16 11:42:41 216KB ServiceStack
1
ServiceStack.Redis版本:5.14.0 使用方法:替换nuget包中ServiceStack.Text.dll即可
2022-10-28 11:03:50 585KB redis c#
1
ServiceStack.Redis-5.8无限制.zip
2022-05-06 22:03:22 5.76MB redis 数据库 database 缓存
1
有一年多没看 ServiceStack,版本更为了4.5.6了,所以提供4.5.6的破解版。 StackService官网从4.0开始需要使用注册的License。如果没有License,就会有每小时的读写限制。 但是如果想使用Sentinel等新功能,就必须使用4.0以上版本。 为此,提供一份根据官网的DLL进行的原版破解。 使用该版本提供的ServiceStack.Text.dll,能够在没有License的情况下使用StackService官网几乎所有的DLL。 当然这里也包括最著名的StackService.Redis.DLL了。 需要主要的4.5.6只能运行在.Net Framework 4.5以上的平台上。如果想要.Net Framework 4,目前能找到的最高版本是StackService.Redis 4.0.60。 基于有人评论本人说5个积分太高,所以就4个吧,我也是被逼的啊。我也没分啊。
2022-05-06 21:17:45 317KB Redis ServiceStack V4 破解版
1
ServiceStack.Redis 去除6000限制版本 redis.zipredis.zipredis.zipredis.zip
2022-04-24 16:33:31 357KB ServiceStack.Red Redis
1
通过github开源版本编译生成的DLL文件,已将每小时6000的限制修改为2147483647最大值,可直接引用,亲测有效。
2022-04-11 15:40:09 1.06MB redis ServiceStack.Red
1
我自己测试可以用
2022-01-16 09:02:06 437KB redis
1
ServiceStack.Redis-4.5.0.0(无限次数版本+测试程序) 附带 测试程序 有代码有真相 ServiceStack.Redis 密码 //ip:port 无密码 //password@ip:port 有密码 var redisHostStr = "123456@127.0.0.1:6379"; if (!string.IsNullOrEmpty(redisHostStr)) { redisHosts = redisHostStr.Split(','); string[] str = new string[1]; if (redisHosts.Length > 0) { pool = new PooledRedisClientManager(redisHosts, redisHosts, new RedisClientManagerConfig() { MaxWritePoolSize = RedisMaxWritePool, MaxReadPoolSize = RedisMaxReadPool, AutoStart = true }); } }
2021-12-07 17:27:16 1.12MB redis  破解
1
在vs2010、vs2012下测试可用,ServiceStack.Common、ServiceStack.Interfaces、ServiceStack.Redis、ServiceStack.Text
2021-11-27 10:47:56 283KB C# Redis dll
1