mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-18 05:38:25 -04:00
ALPHA 3.0.2
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Vendored
Regular → Executable
Reference in New Issue
Block a user