Questions tagged [redis]

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.

57 questions
70
votes
5 answers

How to install Redis on Ubuntu 16.04?

I am working with Laravel but i have installed all on my own (php, mysql, composer, nginx) and now i need to install Redis and configure it so i could use it for queue driver in Laravel. How to install it, because it cannot be installed through…
lewis4u
  • 5,046
29
votes
2 answers

Uninstall Redis after manual Installation

I followed this guide to install Redis "How To Install and Configure Redis on Ubuntu 16.04". However, now I want to remove the Redis from my server (Ubuntu 16.04). The command sudo apt-get purge --auto-remove redis-server doesn't work as I installed…
yaylitzis
  • 731
  • 3
  • 7
  • 16
16
votes
12 answers

Failed to start Redis Datastore Server (Ubuntu 16.04.1 LTS)

i just installed redis and it doesnt work at all when trying to start service with command: sudo service redis-server start this is result of journalctl -xe: Subject: Unit redis-server.service has finished shutting down -- Defined-By: systemd --…
Kakashi
  • 331
  • 2
  • 4
  • 9
14
votes
3 answers

Error when starting Redis server: "Address already in use"

I am trying to install redis, according to the instructions here : https://redis.io/download, but getting the error : Creating Server TCP listening socket *:6379: bind: Address already in use when I run command ps -ef|grep redis i see : nomi …
Nomi
  • 143
14
votes
2 answers

redis-server - What are the differences between rwky/redis and chris-lea/redis-server?

What are the differences between https://launchpad.net/~chris-lea/+archive/ubuntu/redis-server and https://launchpad.net/~rwky/+archive/ubuntu/redis?
14
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
12
votes
5 answers

16.04.01 LTS on AWS - Redis no longer working

We've been running redis-server on a number of AWS EC2 Ubuntu instances (14.04.4 LTS) with no problems. I spun up a test server to try the upgrade to Ubuntu 16.04.1 LTS, and now redis won't work. If I try to start redis manually, I get this: ~$…
12
votes
6 answers

My Ubuntu server has been infected by a virus kdevtmpfsi

My Ubuntu server has been infected by a virus kdevtmpfsi, I have already done serveral steps to solve this problem, like all of these: https://github.com/docker-library/redis/issues/217. But it is still coming again and again when docker container…
7
votes
2 answers

18.04 server - unable to locate package redis-server

I installed a fresh install of 18.04 server. The package redis-server does not seem to be installable. I'm not sure why: $ sudo apt install redis-server Reading package lists... Done Building dependency tree Reading state information...…
6
votes
2 answers

ubuntu error : Errors were encountered while processing: redis-server

I am getting error when I run sudo apt-get upgrade output error : Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not…
5
votes
1 answer

Cannot get or set to Redis on Vagrant guest from host due to "Error: Connection reset by peer"

I tried to forward guest port 6379 to host 6379 and to 16379 but with no luck. I can connect to redis from guest and set and get, and despite I also can connect to redis from host and get help, I cannot set or get. I got no firewall running on…
zuba
  • 2,423
4
votes
4 answers

Ubuntu 18.04 update stuck at "Setting up redis-server (5:4.0.9-1ubuntu0.1) ..."

Whenever I update my Ubuntu software or run the command sudo dpkg --configure -a, it gets stuck at the line Setting up redis-server (5:4.0.9-1ubuntu0.1) .... I don't know why this is happening.
Ham Ar
  • 41
4
votes
3 answers

Partial installation of redis-server causes apt-get to hang

I'm still very much a novice when it comes to Linux as a whole, and I have no clue what's happening here. I tried to install redis-server in order to integrate BLAST into my JBrowse install (program to search for nucleotide sequences, and a visual…
3
votes
1 answer

How to install redis desktop manager in ubuntu 16.04?

I have redis 3.0.6 installed which gave this output. redis-server 4671:C 23 Jun 05:52:53.351 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 4671:M 23 Jun…
shubhendu
  • 347
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…
1
2 3 4