mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Add specific server profile alias for Redis 2.6.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user