mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-25 04:09:11 -04:00
ALPHA 3.0.2
This commit is contained in:
@@ -140,7 +140,7 @@ class PhpRedisConnection extends Connection implements ConnectionContract
|
||||
*/
|
||||
public function hsetnx($hash, $key, $value)
|
||||
{
|
||||
return (int) $this->client->hsetnx($hash, $key, $value);
|
||||
return (int) $this->client->hSetNx($hash, $key, $value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
0
vendor/laravel/framework/src/Illuminate/Redis/RedisServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Redis/RedisServiceProvider.php
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Redis/composer.json
vendored
Normal file → Executable file
0
vendor/laravel/framework/src/Illuminate/Redis/composer.json
vendored
Normal file → Executable file
Reference in New Issue
Block a user