[PCBC-52] add support for unlock command Created: 11/Mar/12 Updated: 04/Dec/12 Resolved: 04/Dec/12 |
|
| Status: | Resolved |
| Project: | Couchbase PHP client library |
| Component/s: | library |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Security Level: | Public |
| Type: | New Feature | Priority: | Major |
| Reporter: | Matt Ingenthron | Assignee: | Trond Norbye |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Couchbase server has a keyed unlock command, which goes along with the getl command. The PHP client needs to add support for this command. Support is being added to libcouchbase.
|
| Comments |
| Comment by Sergey Avseyev [ 08/Jun/12 ] |
| Unlock command already available in libcouchbase https://github.com/couchbase/libcouchbase/blob/1.1.0dp5/include/libcouchbase/couchbase.h#L305-L346 |
| Comment by Trond Norbye [ 04/Dec/12 ] |
| http://review.couchbase.org/23028 |