Skip to main content

Questions tagged [redis]

The tag has no usage guidance.

2 votes
2 answers
8k views

Can't start Redis Server on Ubuntu 16.04

I can't get redis server to start on Ubuntu 16.04. I installed via this repo I double checked the systemd redis.service file and it looks fine. it points to the binaries. Systemctl Status Redis-...
Sandman007's user avatar
0 votes
1 answer
1k views

Php permission denied on connection to /tmp/redis.socket on cpanel

I have installed redis on my Cpanel Centos 6.9 VPS and successfully connected to it via tcp. I wanted to share redis.socket connection instead of tcp with several users on my vps but failing to do so ...
Andrius Solopovas's user avatar
2 votes
0 answers
670 views

Redis Sentinel sdown at start up

I'm experiencing a weird issue. When I try to launch Redis in sentinel mode, such as: redis-sentinel /path/to/sentinel.conf everything was working, but a few seconds later, it puts the state +...
Illoxx Jyloxx's user avatar
2 votes
1 answer
664 views

Redis on azure debian vm - connect ETIMEDOUT

I made a Debian 9 VM on Azure, I also installed MariaDB, PHPMyAdmin, and node with pm2. With this, I set in inbound rules port 80 for HTTP, 3306 for MySQL and port 6379 for the Redis. when i try to ...
Achiel Volckaert's user avatar
0 votes
2 answers
11k views

Can't Install Openvas on Kali

I've can't solve this problem. Trying to install Openvas on Kali. I'm surprised by the amount of problems I'm facing to install a program on this OS. I've used apt-get install openvas Done. Then I ...
Hansol Bolo's user avatar
2 votes
1 answer
623 views

How can BGREWRITEAOF return ERR?

The documentation for BGREWRITEAOF states that BGREWRITEAOF always returns the string value OK. Well, today I sent BGREWRITEAOF to my redis-server 2.6.7 and received (error) ERR in response. ...
Jacob Krall's user avatar
0 votes
2 answers
6k views

Windows 10 Linux Subsystem Redis not auto-starting

I have installed Redis on Windows 10 Linux Subsystem. I followed the instructions available at https://redis.io/topics/quickstart and I have taken care that I followed all the steps mentioned in ...
Jignesh Gohel's user avatar
5 votes
1 answer
7k views

Problems to connect with remote redis-server

I have two Amazon-EC2 instance let's say A and B. B has redis-server installed. I want to access B from A So I am trying A$ redis-cli -h B_ip -p 6379 Could not connect to Redis at B_ip:6379: ...
Avinash's user avatar
  • 193
0 votes
1 answer
239 views

Redis will not start via bitbar / brew services start

Trying to get redis managed via bitbar's brew services plugin, I cannot; it silently fails, and running brew services start redis also silently fails. Equally, brew services list shows it as started, ...
user208769's user avatar
1 vote
0 answers
5k views

kill: 5656 : arguments must be process or job IDs

Having redis-server ON (launched with redis-server &). Running this command in a terminal works perfectly: kill -s SIGTERM "`pgrep redis-server`" But in a script it outputs the following ...
Hellfar's user avatar
  • 113
1 vote
1 answer
832 views

Can I gracefully restart httpd, redis and php-fpm without affecting my website visitors?

I'm running a fairly resource-heavy Magento-based site via a combination of Apache httpd, redis and php-fpm. When I make changes to core PHP files, it's necessary to restart the above services to ...
WackGet's user avatar
  • 777
2 votes
1 answer
634 views

How to make redis work locally?

I've got a redis db. Now I need to make it work locally. I mean I want it to be accessable on my local machine only. No requests over network. How can I do it? I found redis.conf with the following ...
2 votes
0 answers
2k views

redis Error: Server closed the connection

I have 6 nodes in a redis cluster - 3 master and 3 slaves. All the nodes are running just fine except for one master and it's slave. On this troublesome master, when i run the command (on either ...
The Georgia's user avatar
0 votes
1 answer
837 views

Get client’s full last command (including key) from Redis

Redis’s client list will give you the last command issued by client. It does not give you the key that last command was issued on. What I would like to get is the list key a client is doing BLPOP on. ...
Jeremiah's user avatar
  • 103
4 votes
1 answer
9k views

How to calculate number of possible records in Redis per 32GB of memory?

In my company are talking about the possibility to build some part of our backend in Redis instead of mongodb but we want to calculate how many records we will be able to store in a server with 32G. ...
midudev's user avatar
  • 143

15 30 50 per page
1 2
3