Questions tagged [redisinsights]

21 questions
9
votes
1 answer

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

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…
Timothy Wade
  • 91
  • 1
  • 2
3
votes
0 answers

how to pass environment variable for target redis hosts in redisinsight k8s deployment yaml

recently i'm working on deploying redisinsight to my AWS EKS cluster, I don't want to manage/add any of my infra component manually, so I'm trying to pass my redis hosts as environment variables to k8s deployment yaml. But as far as I understood, it…
Oguzhan Aygun
  • 1,314
  • 1
  • 10
  • 24
3
votes
6 answers

RedisInsight on Docker and Redis on Docker: Could not connect: Error 99 connecting to localhost:6379. Cannot assign requested address

Based on this tutorial https://www.youtube.com/watch?v=XrFeRwJjWHI , I tried running Redis in Docker. File docker-compose.yml version: "3.8" services: redis: image: redis volumes: - ./data:/data ports: - 6379:6379 docker…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
2
votes
2 answers

Redis: Redisinsight : Error while connecting : "Something went wrong adding the database. Please try again"

I have a Redis server that I am trying to connect to for Mule 4 applications. My objective is : Connect with Redis using Mule 4 app : Success Connect with Redis using Redisinsight to visualise the data -> Problem While connecting using…
Bibek Kr. Bazaz
  • 505
  • 10
  • 34
2
votes
0 answers

RedisInsight: Configuring graph visual display/results?

Is there a way to configure the display of RedisGraph results in RedisInsight. May be an option to edit the CSS directly is good too. The reasons : The color of the nodes is awful The font-size is too small nice to be able to change color of nodes…
sten
  • 7,028
  • 9
  • 41
  • 63
1
vote
1 answer

How can I configure RedisInsight Proxy Path in Kubernetes with Nginx ingress?

I am seeking help to get the URL path to work in redisinsight as per documentation i added config-map envs: RIPROXYENABLE: "ture" RIPROXYPATH: "/redis" RITRUSTEDORIGINS: "https://host.example.com" However when I call the service on…
1
vote
0 answers

RedisInsight-v2 always locks ports 5001 and 5002

According to https://docs.redis.com/latest/ri/installing/configurations/, RedisInsight listening port should be configurable with the environment variable RIPORT default value = 8001 I am running RedisInsight-v2 2.24.0 in Windows 10 and no matter…
Franco Tiveron
  • 2,364
  • 18
  • 34
1
vote
1 answer

Redis Insight. Are you behind a proxy? If so, please set the RedisInsight environment variables

I deployed RedisInsight in a Kubernetes Cluster, and expose it using a Kong Ingress. When I access it in the web I never pass the privacy settings, it tell me "Something went wrong submitting your preference. Are you behind a proxy? If so, please…
rEVOLution
  • 39
  • 8
1
vote
2 answers

RedisInsights unable to connect to redis cluster

I am trying to connect my RedisInsightsv2 client to a cluster of redis instances. When the redis instance hasn't joined the cluster yet, redisinsights is able to make a connection. After the cluster is created however, new connections from the GUI,…
XChikuX
  • 766
  • 1
  • 9
  • 33
1
vote
4 answers

redisinsights with persistent volume in kubernetes

I have the following .yaml file to install redisinsights in kubernetes, with persistence support. apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: redisinsight-storage-class provisioner: 'kubernetes.io/gce-pd' parameters: type:…
Sankar
  • 6,192
  • 12
  • 65
  • 89
0
votes
1 answer

Redis Insight shows keys with their doublequotes when using a Spring App

Yo, I was using a redis client in node js with Redis insight and everything was smooth. Now I'm trying a Spring App with Jedis however every key I insert is surrounded by doublequotes which makes the Tree view feature of Redis insight to not…
0
votes
1 answer

Redis bulk action restore RDB - RDB Path issue

I'm new to Redis Cache and I just created a local database in which I'm trying to restore an export from a RDB file. I'm using Redis Insight as a client, running via docker, with volumes. I identified the bulk_operation folder, copied the .rdb file…
Lorena Sfăt
  • 215
  • 2
  • 7
  • 18
0
votes
0 answers

Adding redis database to redisinsight from a remote system

I am running redisinsight container on my local system and the redis database is created on a Jetson device. Is it possible to add the this redis database to my redisinsight? Since my Jetson device has no display available I expect to display the…
Afis
  • 1
0
votes
2 answers

How to get RedisInsight working on Kubernetes with PersistentVolumeClaim instead of EmptyDir?

How to get RedisInsight working with PersistentVolumeClaims? I installed RedisInsight following the docs and the Pod starts normally and is available via the created Service, if the deployment.yaml uses emptyDir. Therefore, my question differs from …
marcel h
  • 742
  • 1
  • 7
  • 20
0
votes
2 answers

How to secure RedisInsights on a docker container

I have redis running in a docker container with docker-compose and I found this article that shows how to run redisinsights from the same docker host. Run Redis Insights in Docker Compose I can expose port 8001 to 443 publicly to something like…
Peter Kellner
  • 14,748
  • 25
  • 102
  • 188
1
2