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