libc / em-redis

An eventmachine-based implementation of the Redis protocol
20 stars 10 forks source link

Compatibility with 2.2 #1

Closed pietern closed 13 years ago

pietern commented 13 years ago

Redis 2.2 deprecates the single-bulk protocol to gain faster request parsing. All commands should be sent using the multi bulk protocol. These commits patch creating the command to only use the multi bulk protocol. All specs are green again when testing against 2.2.

Thanks.

libc commented 13 years ago

Thanks.