rk
v1.0.0
Published
Idea from https://medium.com/@stockholmux/dancing-around-strings-in-node-js-and-redis-2a8f91ebe0bf
Downloads
12
Readme
rk
it just joins keys together by colons. Useful when working with Redis.
Idea from Dancing around strings in Node.js and Redis
npm
npm install rk -s
usage
var rk = require('rk');
var userId = 10;
redis.get(rk('users', userId), console.log.bind(console));