Skip to content
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

HASHcommand develop #38

Closed
Tracked by #30
lqxhub opened this issue Nov 15, 2023 · 4 comments
Closed
Tracked by #30

HASHcommand develop #38

lqxhub opened this issue Nov 15, 2023 · 4 comments
Labels
0.1.0 core ✏️ Feature New feature or request

Comments

@lqxhub
Copy link
Collaborator

lqxhub commented Nov 15, 2023

hash 类型相关的命令开发

hash 类型包含的命令

  1. hdel
  2. hexists
  3. hset
  4. hget
  5. hmget
  6. hmset
  7. hgetall
  8. hkeys
  9. hlen
  10. hstrlen
  11. hrandfield
  12. hscan
  13. hsetnx
  14. hincrby
  15. hincrbyfloat
  16. hvals
@lqxhub lqxhub mentioned this issue Nov 15, 2023
2 tasks
@lqxhub
Copy link
Collaborator Author

lqxhub commented Nov 15, 2023

@quzizii 先开发这几个命令, hash类型的命令,需要新建一个文件,文件格式参考 cmd_kv, 有问题随机沟通

hdel
hexists
hset
hget
hmget
hmset

@lqxhub
Copy link
Collaborator Author

lqxhub commented Nov 18, 2023

@longfar-ncy

hmget
hmset
hgetall
hkeys

@quzizii
Copy link

quzizii commented Nov 24, 2023

关于hset命令的实现问题:

#51

@AlexStocks
Copy link
Collaborator

ncy:
hlen
hstrlen
hrandfield
hscan

csx:
hsetnx
hincrby

pcy:
hincrbyfloat
hvals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.1.0 core ✏️ Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants