Unlock a previously locked key by providing the corresponding CAS value that was returned during the lock
unlPHP (Couchbase PHP SDK)
$object->unlock($key, $casunique)
Returns: boolean; supported values:
Java (spymemcached)
client.unlock(key, casunique)
Returns: Boolean (
Boolean (true/false)
)