2881099 / FreeRedis

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.
MIT License
920 stars 164 forks source link

连接redis 2.0.6版本报错 #165

Closed renxuefeng closed 8 months ago

renxuefeng commented 11 months ago

redis_connection_string:192.168..:6379,defaultDatabase=11 报错:【192.168..:6379/11】Status unavailable, waiting for recovery. ERR wrong number of arguments

,netcore 6.0 连接报错,redis版本: 2.0.6

2881099 commented 11 months ago

cli.Notice += (_, e) => Console.WriteLine(e.Log);

把这个打印一下,定位错误的命令

renxuefeng commented 8 months ago

defaultDatabase超了