1.0.0 • Published 10 years ago
rk v1.0.0
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));
1.0.0
10 years ago