redis-server Questions
2
Solved
I'm installing redis, everytime I run this command sudo apt install redis-server I got an unrecoverable fatal error
I already tried many solutions to completly remove redis, redis-server, but noth...
Trinidadtrinitarian asked 20/5, 2019 at 15:54
6
Solved
I have a Django application which I want to configure it celery to run background tasks.
Packages:
celery==4.2.1
Django==2.1.3
Python==3.5
Redis-server==3.0.6
Configuration of celery in setti...
Cargile asked 21/11, 2018 at 6:51
22
Solved
Using homebrew to install Redis but when I try to ping Redis it shows this error:
Could not connect to Redis at 127.0.0.1:6379: Connection refused
Note :
I tried to turn off firewall and edit c...
Fadeout asked 17/3, 2017 at 12:27
4
I ran redis using Docker like so:
docker run --rm -p '6379:6379' -v "$redis_data_dir:/data" --name my_redis_server -d redis redis-server --appendonly 'yes'
in the past this worked fine, but now ...
Corabelle asked 25/9, 2019 at 21:18
4
Solved
When running the redis server, it shows address already in use
This is the stacktrace:
45546:C 12 Jul 2019 10:04:41.888 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
45546:C 12 Jul 2019 10:04:41...
Reichsmark asked 12/7, 2019 at 9:16
3
I'm currently running Redis-server in my local development environment Ubuntu 20.04. Every time I open my desktop computer I always use this Redis-server --daemonize yes to start the Redis server. ...
Nashner asked 1/7, 2021 at 3:58
5
Solved
I have upgraded to ubuntu 18.04 from 17.10. The redis-server package cannot be fully installed. I looked at /var/log/syslog and it says
==> /var/log/syslog <==
Jun 3 13:04:10 qaz-mko systemd...
Intimidate asked 3/6, 2018 at 17:0
2
I had redis installed without password. Then I tried to put password without success and decided to delete all related to redis from my server. After that, I've installed redis once again and set a...
Hutcherson asked 11/1, 2015 at 14:38
3
Solved
I want to use Redis as a cache storage for multiple applications on the same physical machine.
I know at least two ways of doing it:
by running several Redis instances on different ports;
by usi...
Monitor asked 30/11, 2014 at 19:53
5
How to start redis-server on a different port than the default port 6379 in Ubuntu? I have used the following steps to install the redis:
sudo add-apt-repository ppa:rwky/redis
sudo apt-get update
...
Shelba asked 12/1, 2015 at 4:7
2
Solved
I want to run multiple instance of Redis on Centos 7.
Can anyone point me to proper link or post steps here.
I googled for the information but I didn't find any relevant information.
Ashok asked 6/9, 2016 at 15:38
4
Solved
I followed all the steps given in [ http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html ]
This is the code:
from __future__ import absolute_import
from celery impor...
Fajardo asked 10/7, 2018 at 20:47
3
I have set up my redis-server so that CONFIG GET dir --> "/var/lib/redis" and CONFIG GET dbfilename --> "redis.rdb".
However, after my server has been running a few hours or a few days, I st...
Disassemble asked 27/1, 2017 at 5:8
1
Solved
I went through questions like how to import a ".csv " data-file into the Redis database and decided to put a question here after lot of web searching.
I've an employee.csv file and lookin...
Stegosaur asked 15/11, 2018 at 13:54
1
Solved
No matter what I do I can't seem to kill redis without another instance popping up immediately with a different PID -- I checked to make sure I was killing the parent process and I was. Any suggest...
Papal asked 5/6, 2018 at 16:33
3
I installed Redis on Ubuntu 16.04. I couldn't find Redis directory nor redis.conf file (tried with: sudo find redis.conf).
My application depends on some data pulled from third party APIs. I store...
Revulsion asked 14/5, 2017 at 21:12
0
I was given a Redis server that is set up remotely.
I can access data in that and I can do CRUD operation with that server.
But I want the replica of the same database in my local.
I have Redis de...
Myers asked 20/6, 2017 at 6:36
1
Solved
I had following deployment of sentinel - 3 redis instances on different servers, 3 sentinels on each of these servers.
Now, I realized that the current master does not have much memory, so I stopp...
Squarerigger asked 29/2, 2016 at 12:8
4
Solved
I'm using Redis-server for windows ( 2.8.4 - MSOpenTech) / windows 8 64bit.
It is working great , but even after I run :
I see this : (and here are my questions)
When Redis-server.exe is up , I s...
Abduct asked 14/5, 2014 at 18:16
1
© 2022 - 2024 — McMap. All rights reserved.