Martyn Loughran
Martyn Loughran
I agree it would be nice if the code was abstracted such that running behind e.g. rack was easy and a documented API. I may give this a go at...
I agree, patches welcome ;)
I haven't I'm afraid, but agree it would be great to support. Unfortunately I haven't got any time to take this on myself right now...
+1 for checksums to be supported in this library. I just took a look at this PR and my main quibble is that it should be possible to differentiate between...
This feature doesn't exist, but I agree it's a very good idea. I just had a look at the code to see how this could work. My impression is that...
It will land when someone who wants it writes it ;) Should be a fairly simple change. ## Martyn On 6 Mar 2012, at 19:36, Derek [email protected] wrote: > I...
Since the list of valid redis commands is not hard-coded (intentionally), this is not trivial to implement. It would be possible by requesting and storing a list of commands on...
Allowing subscribing and unsubscribing to multiple channels seems reasonable since it would then match the design of the redis api (which is the general intent). However I see you've redefined...
Thanks. Could you update the readme as well? I'll think about version numbering age I release.
Good point; I don't think the command existed when I introduced this API. It's annoying, but I think the correct solution is to rename the `pubsub` method to `pubsub_client` as...