0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 21 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update project status More... almost 13 years ago
Bump version. More... almost 14 years ago
Update to-do list. More... almost 14 years ago
Show error in debug mode during reconnection attempts, etc. More... almost 14 years ago
Preparing for Redis 2.0, tracking Redis master here More... almost 14 years ago
Merge branch 'master' of github.com:fictorial/redis-node-client More... almost 14 years ago
Fix test of file contents get/set which broke in node 0.1.96 More... almost 14 years ago
Handle exception thrown from callback. More... almost 14 years ago
Change the name in package.json to be less redundant More... almost 14 years ago
Use binary encoding for arg serialization when not a Buffer. More... almost 14 years ago
Add test for KEYS that have spaces More... almost 14 years ago
Add a main file to the package.json More... almost 14 years ago
Explode first arg if array. Allows mget(['a','b'],...) More... almost 14 years ago
updated compatibility info More... almost 14 years ago
bump version to 0.3.2 More... almost 14 years ago
Add SETEX support; fix expiration tests More... almost 14 years ago
pmessage support from Redis 1.3.10 c8d0ea0ef1df7b64a23f992f370db5f70f343891 More... almost 14 years ago
tabs -> spaces More... almost 14 years ago
bump version to 0.3.1 More... almost 14 years ago
Merge branch 'master' of github.com:fictorial/redis-node-client More... almost 14 years ago
Fixed bug with buffer.slice() and large request data More... almost 14 years ago
fix copyright structure More... almost 14 years ago
Reconnection handling. Client will now always callback when it cannot connect or reconnect. More... almost 14 years ago
Use Buffer.byteLength not process._byteLength More... almost 14 years ago
Solidify reconnection handling, and associated queueing, etc. More... almost 14 years ago
Not using NPM ATM FYI More... almost 14 years ago
actually, it's INCR not GET More... almost 14 years ago
Updated README More... almost 14 years ago
Remove autoReconnect option (just set maxReconn...=0). Dealing with uncertain number of commands processed when Redis is brought down and we try to reconnect and resend anything queued. Works fine still when Redis is up of course. More... almost 14 years ago
Updated simple PUBSUB example given that we no longer require one to wait for the client to connect to redis before issuing commands More... almost 14 years ago