feat(yaml): add hashx yaml

This commit is contained in:
bandl 2021-11-04 19:16:31 +08:00
parent 4c9ab82123
commit 344c136586
1 changed files with 12 additions and 1 deletions

View File

@ -25,4 +25,15 @@ LIST_X:
- r_pop
- l_trim # 对列表进行切片
- r_push
- r_push_x # 对已经存在的列表尾插
- r_push_x # 对已经存在的列表尾插
HASH_X:
- h_del
- h_exists
- h_get
- h_get_all
- h_incr_by
- h_keys
- h_len
- h_set
- h_set_x