New commands: PFADD, PFCOUNT, PFMERGE (Redis 2.8.9).

Backported from the master branch.

Many thanks to @rubensayshi for his initial commits on this in #163,
but I had to start from scratch for the master branch first.
This commit is contained in:
Daniele Alessandri
2014-05-30 12:01:17 +02:00
parent 749bbfe0e3
commit 0e3b105959
16 changed files with 446 additions and 0 deletions
@@ -177,6 +177,9 @@ class ServerVersion28Test extends PredisProfileTestCase
136 => 'sscan',
137 => 'zscan',
138 => 'hscan',
139 => 'pfadd',
140 => 'pfcount',
141 => 'pfmerge',
);
}
}