Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FGRibreau/rk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rk Build Status Downloads

 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

npm install rk -s

usage

var rk = require('rk');
var userId = 10;

redis.get(rk('users', userId), console.log.bind(console));

About

Original idea by @stockholmux in Dancing around strings in Node.js and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors