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.
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.