diff --git a/storage/temp/tem.yaml b/storage/temp/tem.yaml index 6b26d6d..c6634da 100644 --- a/storage/temp/tem.yaml +++ b/storage/temp/tem.yaml @@ -25,4 +25,15 @@ LIST_X: - r_pop - l_trim # 对列表进行切片 - r_push - - r_push_x # 对已经存在的列表尾插 \ No newline at end of file + - 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 \ No newline at end of file