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
911 stars 160 forks source link

AclGetUser 方法异常 #145

Closed 282030166 closed 1 year ago

282030166 commented 1 year ago

AclGetUser 方法异常,无法使用

2881099 commented 1 year ago

看 redis.io 命令说明,要求 redis6.0

282030166 commented 1 year ago

我用的是7.0.8

2881099 commented 1 year ago

具体什么错误

282030166 commented 1 year ago

image

2881099 commented 1 year ago

redis-cli.exe

执行 acl getuser test 返回什么内容

282030166 commented 1 year ago

image

2881099 commented 1 year ago

检查了,是返回内容与 AclGetUserResult 实体类映射不匹配造成的。

v1.0.11 已解决。

提示:cli.Call 方法可以调用任何命令。

282030166 commented 1 year ago

问题已经解决