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?
With version 2.10 of RedisInsight, support was added for some serializers
https://docs.redis.com/latest/ri/release-notes/v2.10.0/
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.