iRedis icon indicating copy to clipboard operation
iRedis copied to clipboard

A lightweight Redis PHP library.

Results 1 iRedis issues
Sort by recently updated
recently updated
newest added

Looks like `readBulkReply()` had been abstracted from `readReply()` at some point, but a reference to `$size` was left in `readBulkReply()`. This caused `nil` values to muck up the file pointer...