Top "Node-redis" questions

node-redis is a complete Redis client for node.

Running multiple instance of Redis on Centos

I want to run multiple instance of Redis on Centos 7. Can anyone point me to proper link or post steps …

redis stackexchange.redis node-redis redis-server
How to set expiration time for hmset in node redis?

I used to do client.setex(key, 900, value) for storing single key-value. But, I want to store an object with …

node.js redis chat chatbot node-redis
How to use redis to store hierarchical data?

I have a set of hierarchical data to store, the hierarchy is like site/building/floor, the data, for example { …

redis node-redis
one to one chat app with node.js, socket.io and redis

I currently have a chat application(one to one) in node.js and socket.io. as the users in my …

node.js sockets redis socket.io node-redis
How to get index of latest element in List Redis?

How to get index of latest element in List Redis? For example in List is stored id's of messages, I …

redis node-redis
Connect AWS redis to node using node-redis

I am using node-redis and having a hard time connecting to external redis instance. I tried with redis-cli and it …

node.js amazon-web-services redis node-redis
how to do null \ nil check in LUA with redis-scripto and redis DB?

I'm writing a script in node.js, using scripto, and I'm trying to do a nil check to a value …

lua redis null node-redis null-check
Updating cookie session in express not registering with browser

I've set up a working login test as follows: var express = require('express'); var fs = require('fs'); var http = require(…

node.js express passport.js node-redis cookie-session
How to namespace keys on redis to avoid name collisions?

I want to use redis to store some of my own key-value pairs, however some of my modules already use …

node.js redis namespaces node-redis