We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问支持自定义 cli 命令吗? 因为 Redis 支持加载模块,如 RedisJSON、 RedisTimeSeries 等 基本一个 Redis 可以走天下的感觉
那么因为模块的不同,适配的命令都将不一样。 如果不针对模块单独开发的话,请问是否支持自定义 cli 命令?
这样的话可以通过命令自行扩展操作
The text was updated successfully, but these errors were encountered:
cli.Call("BF.RESERVE" .InputKey(key) .Input(errorRate, capacity) .InputIf(expansion != 2, "EXPANSION", expansion) .InputIf(nonScaling, "NONSCALING"), rt => rt.ThrowOrValue<object>());
Sorry, something went wrong.
GOOD!
看来是时候将 csredis 换成 FreeRedis 了
https://github.com/2881099/FreeRedis/tree/master/src/FreeRedis/RedisClient/Modules
现有的扩展模块,可以向这里PR
No branches or pull requests
请问支持自定义 cli 命令吗?
因为 Redis 支持加载模块,如 RedisJSON、 RedisTimeSeries 等
基本一个 Redis 可以走天下的感觉
那么因为模块的不同,适配的命令都将不一样。
如果不针对模块单独开发的话,请问是否支持自定义 cli 命令?
这样的话可以通过命令自行扩展操作
The text was updated successfully, but these errors were encountered: