I am able to add & view the key value pairs through my restful API method invocations.

But after adding the key value pairs, when I try to list/ view them using redis-cli console, it is not listing any values.

As you can notice, in the console, it is listing some junk values for the **keys *** command (after adding new key/value via browser), but when I try to retrieve the key, it is showing up as empty.
What could be the reason for this? How to list the values properly in the console?

