Add specific server profile alias for Redis 2.6.

This commit is contained in:
Daniele Alessandri
2012-01-14 13:01:38 +01:00
parent aaea628c55
commit 626520b836
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ LUA;
}
}
$client = new Predis\Client($single_server, 'dev');
$client = new Predis\Client($single_server, '2.6');
$client->getProfile()->defineCommand('increx', 'IncrementExistingKey');