Tag: node-redis
Total: 1 Posts
Posts of Tag: node-redis
Total: 1 Posts
Posts of Tag: node-redis
Save and Load json with node-redis
How to Save and Load json with node-redis var Promise = require("bluebird"); var redis = require("redis"), client = Promise.promisifyAll(redis.createClient()); const REDIS_EXPIRE = 2 * 60 * 60;//2h const REDIS_...Learn MoreNodejsnode-redis