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

1

10

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?

Blackford answered 12/2, 2021 at 16:33 Comment(4)
What's the platform you're connecting to (AWS ElastiCache, MemoryStore, Azure Cache for Redis, VM, etc)?Evonevonne
Linux VM cluster w/ Redis 3.2.11Blackford
This version is ancient. Have you tried a more recent version (like 6.x)?Evonevonne
any solution to this as i am also facing same issueFlawed
B
0

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.

Barhorst answered 22/2, 2023 at 0:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.