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
实现基于 Volo RPC 通信的 Redis Server 和 Client。
The text was updated successfully, but these errors were encountered:
我们基于 Volo 框架实现了一个简易 Mini-Redis,支持 GET SET DEL PING PUBLISH SUBSCRIBE 这六条基本命令,并添加了一个中间件 filter,可以过滤部分请求。
GET
SET
DEL
PING
PUBLISH
SUBSCRIBE
此外,我们还拓展了更高阶的能力:
具体实现可见仓库链接,内有详细文档和测试示例。
Sorry, something went wrong.
这是我们组实现的mini-redis,支持get set del ping publish subscribe六种指令,以及AOF持久化,主从架构,cluster集群,优雅退出和事务等特性。欢迎来玩!
get
set
del
ping
publish
subscribe
No branches or pull requests
Motivation
实现基于 Volo RPC 通信的 Redis Server 和 Client。
Requirements
Alternatives
The text was updated successfully, but these errors were encountered: