Top "Redis" questions

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

node.js store objects in redis

Here is the thing - I want to store native JS (node.js) objects (flash sockets references) in redis under …

object node.js redis
How do I change between redis database?

I am new with redis and I didn't figured out how to create and change to another redis database. How …

redis
How to install redis extension for php 7

Referred this link https://anton.logvinenko.name/en/blog/how-to-install-redis-and-redis-php-client.html And done following steps PhpRedis for PHP 7 (Skip it …

php redis php-7 phpredis
Best Redis library for Java

The official Redis homepage lists JDBC-Redis and JRedis. What are the advantages / disadvantages of each ? Are there any other options ?

java redis
How safe is it to store sessions with Redis?

I'm currently using MySql to store my sessions. It works great, but it is a bit slow. I've been asked …

session redis
Delete all entries in a Redis list

Suppose you have a LIST datatype in Redis. How do you delete all its entries? I've tried this already: LTRIM …

list redis
Node_redis - how to remove a key?

Is there any way to remove/delete an entry by key, using Node_redis? I can't see any such option …

node.js redis node-redis
How to install php-redis extension using the official PHP Docker image approach?

I want to build my PHP-FPM image with php-redis extension based on the official PHP Docker image, for example, using …

php redis docker dockerfile
How do I clear stuck/stale Resque workers?

As you can see from the attached image, I've got a couple of workers that seem to be stuck. Those …

ruby-on-rails ruby-on-rails-3 heroku redis resque
How to implement server push in Flask framework?

I am trying to build a small site with the server push functionality on Flask micro-web framework, but I did …

python redis flask juggernaut