1.0.4 • Published 12 years ago
couch2redis
Licence
ISC
Version
1.0.4
Deps
4
Vulns
0
Weekly
0
#Rediswalker
##Overview:
##What the structure should look like:
redisKey: {
obj1: unix_epoch_timestamp,
obj2: unix_epoch_timestamp,
...
objn: unix_epoch_timestamp
}
The redisKey in this key should be associated with a redis sorted set.
##How to use it:
- Create a new instance of this walker with the appropriate params
var walker = new Walker(couchUrl, sortedSetKey);
- Daemonize the process, so it runs forever in the background
- Done!