-
Task
-
Resolution: Done
-
Critical
-
None
-
None
The RESP endpoint currently handles commands using a big string-based switch statement. We should probably use a trie approach where the prefixes of the commands are matched.
Additionally, the COMMAND command should be populated in a more extensible way.
- is incorporated by
-
ISPN-14881 [RESP] 15.0 Commands
- Resolved