Browse Source

disable kevaPut address attribute

main 1.9.0
ghost 9 months ago
parent
commit
c84df1c1be
  1. 5
      src/Client.php

5
src/Client.php

@ -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
] ]

Loading…
Cancel
Save