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
Next Next commit
Fix RedisCluster::hSet parameter $value type
  • Loading branch information
szutoutou authored Jul 13, 2023
commit 60bee69f4dc8e7c0de2f0c8881565cc47b8cd835
2 changes: 1 addition & 1 deletion redis/RedisCluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ public function hIncrBy($key, $hashKey, $value) {}
*
* @param string $key
* @param string $hashKey
* @param string $value
* @param mixed $value
*
* @return int
* 1 if value didn't exist and was added successfully,
Expand Down