mirror of
https://github.com/predis/predis.git
synced 2026-08-24 17:29:35 +00:00
Extended Key Space support by implementing COPY command (#866)
* Added support for COPY command * Revert getCLient signature changes, used createClient instead Co-authored-by: Vladyslav Vildanov <vladyslavvildanov@Vladyslav-Vildanov-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
b47aa7ad3a
commit
b8cc7c643a
@@ -51,7 +51,6 @@ abstract class PredisCommandTestCase extends PredisTestCase
|
||||
* Returns a new client instance.
|
||||
*
|
||||
* @param bool $flushdb Flush selected database before returning the client
|
||||
*
|
||||
* @return Client
|
||||
*/
|
||||
public function getClient(bool $flushdb = true): Client
|
||||
|
||||
Reference in New Issue
Block a user