sundb
ce5f4ea3a9
Delete empty key if fails after moduleCreateEmptyKey() in module ( #12129 )
...
When `RM_ZsetAdd()`/`RM_ZsetIncrby()`/`RM_StreamAdd()` fails, if a new key happens to
be created using `moduleCreateEmptyKey()`, we should clean up the empty key.
## Test
1) Add new module commands(`zset.add` and `zset.incrby`) to cover `RM_ZsetAdd()`/`RM_ZsetIncrby()`.
2) Add a large-memory test to cover `RM_StreamAdd()`.
2023-05-07 10:13:19 +03:00
..
2023-03-21 10:07:11 -07:00
2023-03-16 11:24:52 +02:00
2023-03-07 09:06:58 +02:00
2023-03-16 14:04:31 +02:00
2021-12-30 12:17:22 +02:00
2023-05-02 17:31:32 -07:00
2023-03-29 20:48:59 +03:00
2023-03-20 08:04:13 +02:00
2022-01-18 15:55:20 +02:00
2023-03-21 10:07:11 -07:00
2022-08-23 12:37:56 +03:00
2022-04-05 08:21:41 +03:00
2022-05-12 20:10:38 +03:00
2022-02-22 11:00:03 +02:00
2022-02-08 10:01:35 +02:00
2021-11-28 11:26:28 +02:00
2022-11-30 11:56:36 +02:00
2021-02-15 17:08:53 +02:00
2022-11-24 19:00:04 +02:00
2022-09-28 14:15:07 +03:00
2022-10-22 20:36:50 +03:00
2023-04-09 12:07:32 +03:00
2022-04-17 08:31:57 +03:00
2023-02-09 14:59:05 +02:00
2023-03-15 15:18:42 -07:00
2023-03-21 10:07:11 -07:00
2022-03-30 15:47:06 +03:00
2022-11-24 19:00:04 +02:00
2022-01-23 10:05:06 +02:00
2022-04-17 15:43:22 +03:00
2023-04-09 12:07:32 +03:00
2023-04-12 10:11:29 +03:00
2021-10-25 12:00:43 +03:00
2021-11-28 11:26:28 +02:00
2022-11-03 13:19:49 +02:00
2021-11-28 11:26:28 +02:00
2022-10-18 19:45:46 +03:00
2021-12-30 12:17:22 +02:00
2023-02-16 08:07:35 +02:00
2023-05-07 10:13:19 +03:00