forked from p53841790/wheat-cache
feat(yaml): add hashx yaml
This commit is contained in:
parent
4c9ab82123
commit
344c136586
|
@ -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
|
Loading…
Reference in New Issue