0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clear response queue on connection failure More... about 8 years ago
Bump version, includes critical bugfix #8 which broke on Node 4.x
victorquinn
as Victor Quinn
More... over 8 years ago
Remove 0.11 from travis
victorquinn
as Victor Quinn
More... over 8 years ago
Run tests against more modern version of node
victorquinn
as Victor Quinn
More... over 8 years ago
Merge pull request #8 from PetroCloud/master
victorquinn
as Victor Quinn
More... over 8 years ago
Added missing call to EventEmitter.call on constructor More... over 8 years ago
Bump version number
victorquinn
as Victor Quinn
More... over 8 years ago
Merge pull request #6 from nickmilleruk/hashring-fix
victorquinn
as Victor Quinn
More... over 8 years ago
Merge pull request #4 from PetroCloud/master
victorquinn
as Victor Quinn
More... over 8 years ago
Merge pull request #1 from PetroCloud/master More... over 8 years ago
Upgraded hashring to 3.2.0 More... over 8 years ago
Fixes tests, making Connection be an event Emitter, and also, zlib changed their message, so changed accordingly More... over 8 years ago
- Fixes Connection backoff. Adds parameters for backoffLimit, netTimeout, and net error event - Makes queuing requests optional More... over 8 years ago
Add 0.11 to travis
victorquinn
as Victor Quinn
More... over 9 years ago
Bump version of Hashring to latest which should be v0.11 compatible
victorquinn
as Victor Quinn
More... over 9 years ago
Bump version in the package.json
victorquinn
as Victor Quinn
More... over 9 years ago
Fix a minor bug where memcache was using the Nagle algorithm on its socket causing it to Buffer requests unnecessarily resulting in an unwanted delay for every get
victorquinn
as Victor Quinn
More... over 9 years ago
Cache expiration now in seconds rather than milliseconds
victorquinn
as Victor Quinn
More... almost 10 years ago
Breaking my own lint rules again
victorquinn
as Victor Quinn
More... almost 10 years ago
Now handling case where we get data without a deferred in the queue to receive it
victorquinn
as Victor Quinn
More... almost 10 years ago
Bump version
victorquinn
as Victor Quinn
More... almost 10 years ago
Fix ttl so it is in milliseconds
victorquinn
as Victor Quinn
More... almost 10 years ago
Bump version number, add an explanatory comment for rejecting non-string values
victorquinn
as Victor Quinn
More... almost 10 years ago
Now throwing an error if given a non-string value. This may be controversial, but until we implement 'type safety' it seems to make sense to push this to user space and stand by the 'memcache only deals in strings' for now
victorquinn
as Victor Quinn
More... almost 10 years ago
Bump version of memcache-plus
victorquinn
as Victor Quinn
More... almost 10 years ago
Handle more response types
victorquinn
as Victor Quinn
More... almost 10 years ago
Now handling CLIENT_ERROR as well
victorquinn
as Victor Quinn
More... almost 10 years ago
Bump version
victorquinn
as Victor Quinn
More... almost 10 years ago
Add support for compression to getMulti
victorquinn
as Victor Quinn
More... almost 10 years ago
Bump version number
victorquinn
as Victor Quinn
More... almost 10 years ago