Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. Ask any questions about redis installation and use on Ubuntu.
Questions tagged [redis]
59 questions
13
votes
2 answers
A stop job is running for Advanced key-value store (X / no limit)
so after installing redis onto my ubuntu 20.04 server. Whenever I reboot. A stop job appears for Advanced key-value store. I believe this is part of redis but I don't know why it keeps appearing and taking so long. How do I stop it

Soulfire J. Backblaze
- 131
- 1
- 1
- 4
3
votes
3 answers
Unable to configure port in Redis database
I am trying to configure the ports in Redis database. I have changed the port number to 7778 in the redis.conf file. This file is in /etc/redis.conf
and I'm using this command
redis-server /etc/redis.conf
And this goes through. I'm able to get…

user3256847
- 31
- 1
- 2
- 4
2
votes
3 answers
redis-server.service: Failed with result 'timeout'. - More errors listed inside
Update: This appears to be mostly fixed. I'm not 100% sure what I did, but it's running and also my sites are loading with it properly. However, I'm still having error #1 about the PID not being readable.
I'm hoping that I can get some help with…

TheNoob
- 21
2
votes
0 answers
Unable to start and stop redis server
I used the following commands to install redid from source:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install tcl8.5
cd /usr/local/src
wget http://download.redis.io/releases/redis-stable.tar.gz
tar xzf…

Daniel Viglione
- 141
- 2
- 7
1
vote
1 answer
How do I save standard output to a different text file everyday with file name as ( dd-mm-yy.txt )?
In redis, the data is stored in one log file and it keeps getting bigger and bigger. Its size has increased to few GB. How can I store the log file as several files instead of one sorted by date?

Manoj
- 11
1
vote
1 answer
redis install: unsupported locale setting
I am trying to install redis like here. But when do make, got error unsupported locale setting:
# make
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the…

Maxim Yefremov
- 1,387
1
vote
1 answer
Redis-cli not connecting
I have a redis-server instance running, everything works fine if I try to connect to it via code e.g python. The problem is, redis-cli tool doesn't connect. Here's what I get when I run redis-cli:
Could not connect to Redis at 127.0.0.1:6379: �
not…

Wafula Samuel
- 111
0
votes
0 answers
Fail to start redis-server as system service
I uninstall redis and reinstall it on my ubuntu 20.04.6 LTS. Got this error in sudo apt-get install redis.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
…

Tony
- 101
- 1