Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Redis.multi returns Redis
  • Loading branch information
Leneshka-jb committed Aug 8, 2019
commit ad0be299ff9c014a49fb702d77d97e693e147c35
2 changes: 1 addition & 1 deletion src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public function unlink($key1, $key2 = null, $key3 = null)
* a Redis::PIPELINE block is simply transmitted faster to the server, but without any guarantee of atomicity.
* discard cancels a transaction.
*
* @return resource Redis returns the Redis instance and enters multi-mode.
* @return Redis returns the Redis instance and enters multi-mode.
* Once in multi-mode, all subsequent method calls return the same object until exec() is called.
*
* @link https://redis.io/commands/multi
Expand Down