chickadee » redis » redis-command

redis-command context stringprocedure

Send the string as a command to redis and parse the reply. Arrays are converted into lists. Due to a bug in hiredis if your command has a string argument which contains whitespace you need to use redis-command* instead as it is impossible to correctly escape whitespace characters. If you want to pass in binary data you should also look at redis-command* instead.