I can\'t seem to find useful information about Redis commands. I want to know the data type of the value of a given key. For instance to list all the keys of my database I run t
You could use the type command: http://redis.io/commands/type