disable kevaPut address attribute

This commit is contained in:
ghost 2024-02-18 04:07:30 +02:00
parent 5b5764939d
commit c84df1c1be

View File

@ -410,7 +410,7 @@ class Client
string $namespace, string $namespace,
string $key, string $key,
string $value, string $value,
?string $address = null # ?string $address = null // disabled as not stable
): ?string ): ?string
{ {
$this->_id++; $this->_id++;
@ -423,8 +423,7 @@ class Client
'params' => [ 'params' => [
$namespace, $namespace,
$key, $key,
$value, $value
$address
], ],
'id' => $this->_id 'id' => $this->_id
] ]