Ozan Tezcan
4aa25d042c
Reply with array of return codes if the key does not exist for HFE commands ( #13343 )
...
Currently, HFE commands reply with empty array if the key does not
exist. Though, non-existing key and empty key is the same thing.
It means fields given in the command do not exist in the empty key.
So, replying with an array of 'no field' error codes (-2) suits better
to Redis logic. e.g. Similarly, `hmget` returns array of nulls if the
key does not exist.
After this PR:
```
127.0.0.1:6379> hpersist missingkey fields 2 a b
1) (integer) -2
2) (integer) -2
```
2024-06-14 09:35:05 +03:00
..
2024-06-14 13:51:49 +08:00
2024-03-20 22:38:24 +00:00
2024-05-30 22:09:30 +08:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2022-01-30 19:43:37 +02:00
2021-09-02 11:07:51 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-05-29 19:47:48 +08:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-02 15:09:52 +03:00
2024-04-02 15:09:52 +03:00
2024-03-20 22:38:24 +00:00
2024-04-02 15:09:52 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2023-03-30 19:03:56 +03:00
2023-03-30 19:03:56 +03:00
2024-03-20 22:38:24 +00:00
2024-01-30 13:43:39 +02:00
2024-03-20 22:38:24 +00:00
2023-12-27 17:40:45 +08:00
2024-05-30 15:26:19 +08:00
2024-01-06 20:24:41 -08:00
2023-03-30 19:03:56 +03:00
2024-06-14 13:51:49 +08:00
2023-07-16 17:04:15 -05:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2023-05-02 17:31:32 -07:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-08 15:50:36 -08:00
2024-03-20 22:38:24 +00:00
2021-11-16 08:55:10 +02:00
2021-11-16 08:55:10 +02:00
2021-06-10 15:39:33 +03:00
2020-04-24 17:11:21 -07:00
2024-05-29 19:47:48 +08:00
2024-05-29 19:47:48 +08:00
2024-03-20 22:38:24 +00:00
2024-05-30 15:26:19 +08:00
2024-04-18 16:06:30 +03:00
2024-04-18 16:06:30 +03:00
2024-06-03 13:54:44 +03:00
2024-06-03 13:54:44 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-16 12:43:33 +03:00
2024-03-20 22:38:24 +00:00
2024-04-18 16:06:30 +03:00
2024-03-20 22:38:24 +00:00
2023-09-28 09:21:23 +03:00
2024-04-16 12:43:33 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2015-07-26 15:17:18 +02:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-25 14:11:45 +08:00
2024-03-18 17:41:54 +02:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-18 16:06:30 +03:00
2024-03-20 22:38:24 +00:00
2024-05-22 23:05:32 +03:00
2024-05-22 23:05:32 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2021-11-16 13:12:25 +02:00
2021-11-16 13:12:25 +02:00
2021-11-16 13:12:25 +02:00
2021-11-16 13:12:25 +02:00
2024-05-30 15:26:19 +08:00
2024-03-20 22:38:24 +00:00
2024-01-26 15:01:54 -08:00
2024-06-10 11:24:26 +03:00
2023-10-02 18:58:44 -07:00
2023-05-02 17:31:32 -07:00
2024-04-18 16:06:30 +03:00
2024-05-29 19:47:48 +08:00
2020-12-23 15:52:07 +02:00
2020-12-23 15:52:07 +02:00
2024-03-20 22:38:24 +00:00
2024-05-30 22:09:30 +08:00
2024-04-18 16:06:30 +03:00
2024-05-30 15:26:19 +08:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-18 08:22:19 +02:00
2024-02-22 10:02:38 +02:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-18 16:06:30 +03:00
2024-04-18 16:06:30 +03:00
2024-05-29 19:47:48 +08:00
2024-05-29 19:47:48 +08:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-05-29 19:47:48 +08:00
2024-05-25 15:59:27 +08:00
2018-07-13 10:51:58 +02:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-12 09:26:12 -07:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-16 12:43:33 +03:00
2024-04-16 12:43:33 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-06-04 20:16:36 +08:00
2024-06-11 21:42:34 +08:00
2020-10-25 14:14:05 +02:00
2024-03-20 22:38:24 +00:00
2022-11-24 15:27:16 +02:00
2023-04-18 09:53:51 +03:00
2021-11-11 13:51:33 +02:00
2021-07-10 10:04:54 -05:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-06-10 11:24:26 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-05-06 16:55:42 +08:00
2022-07-18 10:56:26 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-06-14 09:35:05 +03:00
2024-03-20 22:38:24 +00:00
2024-05-08 23:11:32 +03:00
2024-05-06 16:55:42 +08:00
2024-03-20 22:38:24 +00:00
2024-05-08 23:11:32 +03:00
2024-04-18 16:06:30 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-01-02 15:15:03 -08:00
2024-05-21 10:33:14 +08:00
2024-03-20 22:38:24 +00:00
2020-12-06 14:54:34 +02:00
2020-10-11 17:21:58 +03:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-03-20 22:38:24 +00:00
2024-04-16 12:43:33 +03:00
2024-04-16 12:43:33 +03:00