John Loehrer

Results 6 issues of John Loehrer

I know redis cluster is pretty raw, but it is mostly functional. A redis-like cluster with disk based storage could be amazing because you could scale to hundreds of nodes...

the Makefile doesn't support make install. You could probably come up with something better than this, but for example: ``` diff --git a/src/Makefile b/src/Makefile index 7c1b493..4f78d31 100644 --- a/src/Makefile +++...

I see this error very intermittently (1 in a million requests?) while using apns2 package: https://github.com/Pr0Ger/PyAPNs2/tree/master/apns2 Here's the traceback: ``` File /opt/venv-marcopolo/local/lib/python2.7/site-packages/hyper/http20/connection.py, line 293, in get_response return HTTP20Response(stream.getheaders(), stream) File...

Easy
Bug

https://github.com/r043v/rdd/blob/master/rdd.c#L291 seems like it should use SCAN, or at least optionally support it: http://redis.io/commands/scan which would make it more performant. Also, you could use the newer DUMP and RESTORE commands...

I see socket error 107 crop up in my logs frequently and it is always only that first iteration. ``` apns ERROR sending notification with id:2282941054 to APNS failed: :...

using the current machine time to specify the mutex lock timeout is probably a bad idea since the internal time might drift slightly from machine to machine (they should all...