so I just ran the INFO command as described here http://redis.io/commands/info
but it only gives me default sections - for example, processor information and others
and when I try to add a parameter [section]- it goes wrong:
telnet 127.0.0.1 6379
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
INFO keyspace
-ERR wrong number of arguments for 'info' command
INFO all
-ERR wrong number of arguments for 'info' command
so how can i get the keypace section of the INFO command?
source
share