Skip to content

Releases: 54xiake/libkv

test

08 May 09:33
Compare
Choose a tag to compare
v1.0.2

go mod

go mod

08 May 09:06
Compare
Choose a tag to compare
v1.0.1

go mod

redis

08 May 07:00
Compare
Choose a tag to compare
etcd: remove mutex side keys from results in `List`

This PR completes the work done on aligning the
results returned by `List` by filtering `*_lock`
keys from the results.

Additionally, we test for this case for both etcd
v2 and etcd v3 and we change the lock suffix to be
`___lock` instead of `_lock` to avoid collision with
similar key names following the pattern of using a
simple underscore (might brake backward compatibility
of `List` results for client the using master version
of libkv).

Signed-off-by: Alexandre Beslic <abeslic@abronan.com>