Files
phpredis/tests
michael-grunder 2336477e10 Allow for pfcount to take multiple keys
When first creating the pfCount function, I simply allowed for one
string value for the key.  Either Redis changed since then, or I
just missed it initially, but the PFCOUNT command can take one or
more keys.

This change doesn't break the API (in case anyone is using it under
develop now) as it can still take a single string argument, or can
take an array.
2014-12-17 17:42:08 -08:00
..
2011-09-18 19:12:03 +01:00
2011-08-18 09:39:14 +01:00
2014-08-30 11:45:09 -07:00