Chen Tianjie
f469dd8ca6
Add novalues option to command HSCAN. ( #12765 )
...
Add a way to HSCAN a hash key, and get only the filed names.
Command syntax is now:
```
HSCAN key cursor [MATCH pattern] [COUNT count] [NOVALUES]
```
when `NOVALUES` is on, the command will only return keys in the hash.
---------
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
2024-01-30 20:32:58 +02:00
..
2024-01-15 09:57:12 +08:00
2024-01-29 20:56:03 +02:00
2024-01-30 11:32:59 +02:00
2023-08-02 10:46:06 +03:00
2024-01-22 16:01:04 -08:00
2023-04-12 09:19:21 +03:00
2023-08-01 18:03:33 +03:00
2023-05-18 12:16:46 +03:00
2023-08-21 19:48:30 +03:00
2023-04-12 09:19:21 +03:00
2023-06-16 08:14:11 -07:00
2023-11-14 14:28:46 +02:00
2024-01-23 14:26:33 +02:00
2023-06-20 12:50:03 +03:00
2022-11-28 17:35:31 +02:00
2022-02-08 13:14:42 +02:00
2023-12-13 13:44:13 +08:00
2023-07-03 12:45:18 +03:00
2024-01-30 20:24:36 +02:00
2023-12-05 16:21:50 +02:00
2023-08-27 11:42:55 +03:00
2021-11-02 16:42:53 +02:00
2021-06-09 15:13:24 +03:00
2023-05-24 09:40:11 +03:00
2023-11-02 13:55:48 +02:00
2023-05-04 11:58:31 +03:00
2023-03-11 10:14:16 +02:00
2023-03-11 10:14:16 +02:00
2023-12-27 08:42:46 +02:00
2024-01-30 14:32:38 +02:00
2023-03-16 08:50:32 +02:00
2011-05-20 11:44:54 +02:00
2023-03-11 10:14:16 +02:00
2023-06-20 20:41:41 +03:00
2023-03-12 17:50:44 +02:00
2023-05-04 13:02:08 +03:00
2023-06-12 14:05:34 +03:00
2022-03-01 14:40:29 +02:00
2024-01-30 20:32:58 +02:00
2024-01-23 15:19:41 +02:00
2023-04-18 16:14:26 +03:00
2024-01-22 16:01:04 -08:00
2023-12-13 21:16:36 +02:00
2021-03-22 13:27:46 +02:00
2023-09-08 16:10:17 +03:00
2022-04-24 17:29:35 +03:00
2023-09-28 17:19:20 +03:00