__call() public method
Allows issuing all supported commands via magic methods.
$redis->hmset(['test_collection', 'key1', 'val1', 'key2', 'val2'])
public mixed __call ( $name, $params ) | ||
---|---|---|
$name | string |
Name of the missing method to execute |
$params | array |
Method call arguments |
Please login to continue.