it just joins keys together by colons. Useful when working with Redis.
Original idea by @stockholmux in Dancing around strings in Node.js and Redis
npm install rk -svar rk = require('rk');
var userId = 10;
redis.get(rk('users', userId), console.log.bind(console));