Skip to main content

Questions tagged [redis]

The tag has no usage guidance.

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 ...
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 ...
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://...
1 vote
1 answer
384 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/...
1 vote
1 answer
92 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 (...
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 ...
2 votes
0 answers
171 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 ...
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 ...
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 ...
1 vote
1 answer
292 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 ...
0 votes
1 answer
1k 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 ...
0 votes
1 answer
245 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 ...
0 votes
1 answer
775 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>...
0 votes
2 answers
1k views

How do I get a channel layer from Django-Channels lib to communicate with Redis in Oracle VM using Docker Toolbox?

I am using Django Channels and am trying to make sure that a channel layer can communicate with Redis. However, I have Windows 10 Home edition which means I had to use Docker Toolbox to create an ...
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 ...

15 30 50 per page