-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Pika 支持 Redis 常见 module #1220
Labels
Comments
@ptbxzrt 赵昊 |
Thanks, I will try to work this out. |
redis module文档:https://redis.io/docs/reference/modules/ |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
基本信息
项目难度:中
支持语言:中文/英文
项目社区导师:刘月财
导师联系邮箱:liuyuecai@360.cn
技术领域:C++、NoSQL
开源协议:BSDv3
项目简述
Pika 是一个持久化的海量存储服务,兼容绝大多数 Redis 接口,包括 string、hash、list、zset、set 和 management 接口。然而,目前 Pika 并未原生支持 Redis Moudle 功能。
Redis Moudle 是一种扩展 Redis 功能的机制,允许开发者编写自定义的 Moudle 并在 Redis 中加载。这些 Moudle 可以添加新的命令、数据结构和功能,从而扩展 Redis 的能力。
本项目的目标是为 Pika 添加对 Redis Moudle 的支持。具体而言,需要完成以下任务:
项目产出要求
项目技术要求
项目成果仓库
https://github.com/OpenAtomFoundation/pika
The text was updated successfully, but these errors were encountered: