For example: "LRUCache:[0-10]" where "LRUCache" is the command and "0-10" is the inclusive range of the number associated with the command.
It's also possible to do something like: "LRUCache:[a-z]" and "LRUCache:[hi,hello,bye]" (for distinct values).
For example: "get:[0-10]" where "get" is the command and "0-10" is the inclusive range of the number associated with the command.
It's also possible to do something like: "LRUCache:[a-z]" and "LRUCache:[hi,hello,bye]" (for distinct values).
Separate with each command with a space.