Questions tagged [redis-server]

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.

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.

http://redis.io/

126 questions
0
votes
1 answer

Can't compile 64bit redis-server

I'm trying to compile the latest stable (2.8.19) version of Redis. Build is successfull as well as all tests, but unexpectedly server runs on 32bit arch. Log entries: # Warning: 32 bit instance detected but no memory limit set. Setting 3 GB…
uzer
  • 160
  • 1
  • 3
  • 11
0
votes
0 answers

Remote connections on redis server

I have redis server set up on my shared hosting server & can start and access redis using command line or predis easily. When i m peacefully running and working on redis from one machine,i opened the same web page using another ip, and it says…
amrtansh
  • 49
  • 4
-1
votes
0 answers

How to do bidirectional synchronization between multiple Redis severs

I am using multiple Redis servers , here one is master server and other one are replicas server. Suppose I wanna write something in master server then the changes will be reflected on replicas by default but if I make changes on either of replica…
-1
votes
1 answer

which is better Redis inhouse setup vs Redis cloud setup for productions and development environments?

Based on the parameters Cost Hardware Requirements (RAM,Nodes etc) Also elaborate availability requirements for production and development environments.
-1
votes
1 answer

redis,set a value to 3,but its type is string

I use redis 6.2.4,in the redis-cli i input command: 127.0.0.1:6379> set k5 3 OK 127.0.0.1:6379> type k5 string 127.0.0.1:6379> why the type of k5 is string but not number?
vlddlv4
  • 35
  • 4
-1
votes
1 answer

What command I should write on a console to detect master ip of Redis that is installed on my Ubuntu 14.04 machine?

On my Ubuntu 14.04 where I installed Redis. I want to configure Master-Slave replication. To do this, in redis.conf file, I should put this command => slaveof But, how I can detect what is my master ip and and master…
Seydazimov Nurbol
  • 1,404
  • 3
  • 10
  • 25
1 2 3
8
9