Top "Redis" questions

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.

Saving Redis query output to file

Using redis-cli I connected to specific server: redis-cli -h 10.1.xx.xx And select 1 Then just to get list of one …

redis redis-cli
redis bgsave failed because fork Cannot allocate memory

all: here is my server memory info with 'free -m' total used free shared buffers cached Mem: 64433 49259 15174 0 3 31 -/+ buffers/cache: 49224 15209 …

linux-kernel redis fork
Redis, CouchDB or Cassandra?

What are the strengths and weaknesses of the various NoSQL databases available? In particular, it seems like Redis is weak …

nosql couchdb cassandra redis
Redis vs RocksDB

I have read about Redis and RocksDB, I don't get the advantages of Redis over RocksDB. I know that Redis …

redis rocksdb
What's default TTL in Redis?

I can't find anywhere online what is default TTL in Redis. I know that I can set TTL for specific …

redis ttl
Failed to start Advanced key-value store.redis-server.service: Control process exited, code=exited status=1

redis-server wont work in the server i have nginx, apache, php and mysql is there any package can cause the …

ubuntu redis bigbluebutton
Enabling Redis cache in spring boot

I have following configuration on my spring boot project. @SpringBootApplication @EnableTransactionManagement @EnableCaching @EnableScheduling @EnableAsync public class Application { String redisHost = "localhost"; …

spring-boot redis spring-data-redis spring-cache
Node.js, Socket.io, Redis pub/sub high volume, low latency difficulties

When conjoining socket.io/node.js and redis pub/sub in an attempt to create a real-time web broadcast system …

node.js redis socket.io publish-subscribe low-latency
Where does Redis store the data

I am using redis for pub/sub as well as for server side cache. I mean my app server has …

caching redis scalability hazelcast
Install phpredis MAC OSX

Can anyone help me install php-redis in MAC OSX . brew install php-redis not working. pecl install php-redis also not working …

php macos redis php-7.2