RedisInsight: The 'MEMORY'' command is not supported in the redis instance

3.1k Views Asked by At

Using RedisInsight GUI, when selecting a key in the Browser, I am getting a pop-up that says "The 'MEMORY'' command is not supported in the redis instance." and in the key vault viewer it says "Something went wrong fetching the value of key: [my key here]"

I am able to get the value just fine through CLI and through another GUI redis-commander.

Any ideas?

1

There are 1 best solutions below

0
On

With version 2.10 of RedisInsight, support was added for some serializers

https://docs.redis.com/latest/ri/release-notes/v2.10.0/

Added support for additional data formats in Browser/Tree view, including Protobuf, Binary, Pickle, PHP unserialize (view and edit serialized PHP values as JSON), and Java serialized objects

In my case (using protobuf), I was getting the same error. Installing version 2.10 fixed my issue and I can see the value in RedisInsight.