Skip to main content

Questions tagged [redis]

The tag has no usage guidance.

1 vote
1 answer
373 views

Installing redis-server-stack on MacOsx (load command 0x80000034 is unknown) error

I have redis-server running fine. I cant run redis-server-stack. The modules don't seem to be loading. 41188:M 21 Oct 2023 16:35:10.184 # Module /usr/local/Caskroom/redis-stack-server/7.2.0-v4/lib/...
Merlin's user avatar
  • 131
0 votes
0 answers
179 views

Memory optimization of redis-server in an embedded Linux distribution

I'm trying to optimize a redis-server version 6.0.5 installed in an embedded Linux distribution with 2 GByte of RAM. At the moment there aren't particular failure of the redis-server. The output of ...
User051209's user avatar
2 votes
0 answers
168 views

Is it possible to use explicit huge pages in redis

I know that Redis does not work well with THB (Transparent Huge Pages), but is it possible to run Redis using explicit 2MB or 1GB HugePages? Unfortunately googling the issue always gives a ton of info ...
HubertNNN's user avatar
  • 433
0 votes
0 answers
113 views

How to cross-compile REDIS for ppc_85xxDP?

When I try to compile redis source code for ppc_85xxDP , I'm getting the following errors. Can someone help me in solving this error ? export TNAME=ppx_85xxDP export ARCH=powerpc export ...
Jayaram18's user avatar
1 vote
1 answer
90 views

Redis is blocked from external connections before getting restarted

In my Ubuntu virtual machine in Hyper-V, I have installed Redis and it runs on startup (by doing sudo systemctl enable redis) and I have configured it to bind 127.0.0.1 192.168.10.100 in the config (...
parpar8090's user avatar
1 vote
1 answer
286 views

Connect to Redis in Hyper-V guest machine from host

I want to access Redis, and probably other services in the future which are located on my Hyper-V virtual machine (Ubuntu) from my Windows desktop (the host). Only the guest and host should be able to ...
parpar8090's user avatar
3 votes
1 answer
13k views

Systemd Refuses to Start Redis Server

I have duplicate redis.conf & /etc/systemd/system/redis.service files on my test and prod servers via scp. Where prod is able to start and run redis with a unix socket. My test server refuses to ...
mjones's user avatar
  • 317
10 votes
2 answers
14k views

How can I install redis server 7 on Ubuntu 22.04?

I'd like to install the newest Redis Server 7 on my Ubuntu 22.04 (I've already installed Redis Server version 6 via standard workflow with apt install). I tried to use a Snap package from https://...
Eddie R's user avatar
  • 351
0 votes
1 answer
1k views

Ansible playbook hangs in interactive mode

If I run the command (redis-cli --cluster create 192.168.1.10:6379 192.168.1.11:6379 192.168.1.15:6379) from the host(192.168.1.10) it prompts me for "yes" and it's working but in ansible ...
rdaniel's user avatar
0 votes
1 answer
995 views

Meaning of IPTABLE duplicate values

I'm new to IPTABLES and when I execute the following command /sbin/iptables --list -n | grep 16381 I could see multiple entries as shown below : ACCEPT tcp -- a.b.c.d 0.0.0.0/0 ...
Jayaram18's user avatar
0 votes
1 answer
4k views

Error: connect ECONNREFUSED 127.0.0.1:6379[nodemon app crashed]

Hi I’m working on a typescript project(express, PostgreSQL) on m1 and I installed Redis to yarn and started the local server (nodemon) and the error was happen. Before I implemented the Redis to my ...
Taiga's user avatar
  • 45
0 votes
1 answer
243 views

Redis mass insert is not working in windows

Am trying to use mass insert feature of redis using a simple command as below. This is the one i have in text file input. "*3\r\n$3\r\nSET\r\n$3\r\nkeys\r\n$5\r\nvalues\r\n" And then i run ...
Raj's user avatar
  • 101
0 votes
1 answer
773 views

redis-server run multiple times binds multiple listening sockets on the same port?

On Windows Server 2019, under WSL I ran by mistake redis-server a 2nd time, and it didn't report a failure in binding the listening socket. Here's the output of netstat: C:\Users\Administrator>...
Aviad P.'s user avatar
  • 163
0 votes
0 answers
1k views

Receiving "Failed to start A high performance web server and a reverse proxy server." after redis installation

I received the following error: Processing triggers for ureadahead (0.100.0-21) ... N: Ignoring file 'plesk.list.ai_back' in directory '/etc/apt/sources.list.d/' as it has an invalid filename I ...
Chrizzly's user avatar
1 vote
0 answers
404 views

Start 3 redis instances via systemd

I'd like to start 3 instances of Redis 6 via systemd. System info: root@ubnt:/home/test11# uname -a Linux ubnt 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/...
Mr.Kramrogar's user avatar

15 30 50 per page