Command Query
Command query window provides a redis-cli like interface for you to interact with Redis server with Redis commands.
Last updated
set keyname "content that contains a space"
set keyname 'content that contains a space'set keyname "content that contains both spaces \"and\" quotes"set keyname "content that contains a \n newline"set keyname "content that contains a \\"eval "
local a = 1
local b = 2
return a + b
" 0