Roshan Khatri
9b8a06137c
Fix empty response for ACL CAT category subcommand for module defined categories ( #1140 )
...
The module commands which were added to acl categories were getting
skipped when `ACL CAT category` command was executed.
This PR fixes the bug.
Before:
```
127.0.0.1:6379> ACL CAT foocategory
(empty array)
```
After:
```
127.0.0.1:6379> ACL CAT foocategory
aclcheck.module.command.test.add.new.aclcategories
```
---------
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
Co-authored-by: Harkrishn Patro <bunty.hari@gmail.com>
2024-10-09 21:20:47 -07:00
..
2024-10-01 13:14:30 -07:00
2024-10-09 21:20:47 -07:00
2024-09-02 22:43:09 +08:00
2024-10-02 19:22:09 -04:00
2024-04-16 21:17:38 +02:00
2024-09-30 19:55:23 +02:00
2024-07-17 13:59:33 -07:00
2024-04-09 10:24:03 +02:00
2024-05-28 15:01:28 -04:00
2024-07-08 20:01:39 -07:00
2024-07-08 20:01:39 -07:00
2024-09-02 07:07:17 -07:00
2024-06-07 01:40:55 +02:00
2024-04-25 15:13:21 +08:00
2024-04-23 10:51:53 -07:00
2024-09-20 10:18:19 +08:00
2024-08-22 11:21:33 -04:00
2024-04-25 15:13:21 +08:00
2024-09-20 14:25:05 +08:00
2024-10-02 19:22:09 -04:00
2024-09-02 07:07:17 -07:00
2021-11-02 16:42:53 +02:00
2024-04-09 10:38:09 -04:00
2024-09-02 07:07:17 -07:00
2024-09-02 07:07:17 -07:00
2024-07-03 21:27:45 +02:00
2024-08-26 21:10:44 -07:00
2024-04-09 10:38:09 -04:00
2024-03-05 14:42:28 +02:00
2024-08-23 11:52:08 -07:00
2024-06-07 01:40:55 +02:00
2024-04-25 15:13:21 +08:00
2024-08-22 11:21:33 -04:00
2024-08-22 11:21:33 -04:00
2024-07-08 20:01:39 -07:00
2023-06-12 14:05:34 +03:00
2024-04-10 10:18:47 -04:00
2024-05-17 13:35:31 +02:00
2024-10-02 19:22:09 -04:00
2024-04-09 10:38:09 -04:00
2024-08-10 23:46:56 +08:00
2024-04-09 10:24:03 +02:00
2024-04-18 15:57:17 +02:00
2024-04-10 10:18:47 -04:00
2022-04-24 17:29:35 +03:00
2024-07-22 10:33:10 +02:00