These are the following commands that are currently supported:
Params: key = Key to be retrieved
Returns: Value of key if it exists, otherwise "<None>"
Params: key = Key to be set (or updated if exists) | value = Value of key
Returns: "OK" if key was successfully set
Params: key = Key to be deleted (if exists)
Returns: "OK" if key was successfully deleted
Params: pattern = Regex pattern used to match keys
Returns: List of keys that fit criteria
Params: None
Returns: Number of keys in the data source
Params: None
Returns: "OK" if all keys were removed successfully
Params: None
Returns: "PONG" if client was able to connect to server