Closed sergei-matheson closed 12 years ago
In previous versions of redis, calling commands operating on non-existent keys would return nil. This patch just ensures that we are always dealing with an array when we expect to do so.
Thanks Sergei!
In previous versions of redis, calling commands operating on non-existent keys would return nil. This patch just ensures that we are always dealing with an array when we expect to do so.