skip to Main Content

Add multiple keys with multiple values in Redis

I have the following txt file hset '0' firstName 'Abel' lastName 'Spencer' birthday '29992291634' gender 'male' task 'farmer' zipcode '1845AP' hset '1' firstName 'Erick' lastName 'Leonard' birthday '29632181211' gender 'female' task 'engineer' zipcode '1382FS' hset '2' firstName 'Janice' lastName 'Montes'…

VIEW QUESTION

How to modify maxmemory on Redis cloud

redis.exceptions.ResponseError: OOM command not allowed when used memory > 'maxmemory'. Im getting above error and I tried setting up through redis-cli, the maxmemory config is not available. It has only below attribute. CONFIG GET * "activerehashing" "yes" "list-max-ziplist-size" "-2" "list-compress-depth"…

VIEW QUESTION

How to secure RedisInsight?

I have a RedisInsight instance running in my Kubernetes cluster. I exposed it using Kong Ingress. My issue is that when I display it it doesn´t have any mechanismn of authentication. I already set the environemnt variables: RITRUSTEDORIGINS, RIAUTHPROMPT, RIAUTHTIMER.…

VIEW QUESTION
Back To Top
Search