feat : oss callback
This commit is contained in:
@@ -421,7 +421,7 @@ class RedisCache
|
||||
* @throws NotFoundExceptionInterface
|
||||
* @throws RedisException
|
||||
*/
|
||||
public function lPush(string $key, string $data, string $poolName = 'default')
|
||||
public function lPush(string $key, string $data, string $poolName = 'default'): false|int|Redis
|
||||
{
|
||||
return $this->getRedis($poolName)->lPush($key, $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user