New listKeys() API to support glob-style key search patterns 11/6711/3
authorPetri Ovaska <petri.ovaska@nokia.com>
Fri, 17 Sep 2021 08:54:21 +0000 (11:54 +0300)
committerPetri Ovaska <petri.ovaska@nokia.com>
Mon, 20 Sep 2021 09:33:03 +0000 (12:33 +0300)
commit63869e10ac4d8572238989e1b582c0314da91f9c
tree28bf707916595ce5d3fca4f4f687490f4af16122
parent69b0a71f5fe8825fa45ee9502a41fd8b465c44e0
New listKeys() API to support glob-style key search patterns

Added new listKeys() API's to list all keys matching search glob-style
pattern under the namespace.

Deprecated old findKeys() and findKeysAsync() API's. Deprecated API's
will be removed later releases.

Release version 1.5.0

Issue-Id: RIC-110
Change-Id: Ia411a2e6fa45305580810d88e7434e5460ac3114
Signed-off-by: Petri Ovaska <petri.ovaska@nokia.com>
20 files changed:
Makefile.am
configure.ac
debian/changelog.in
docs/release-notes.rst
include/private/asyncdummystorage.hpp
include/private/asyncstorageimpl.hpp
include/private/redis/asyncredisstorage.hpp
include/private/syncstorageimpl.hpp
include/private/tst/asyncstoragemock.hpp
include/sdl/asyncstorage.hpp
include/sdl/syncstorage.hpp
include/sdl/tst/mockableasyncstorage.hpp
include/sdl/tst/mockablesyncstorage.hpp
rpm/sdl.spec.in
src/asyncdummystorage.cpp
src/asyncstorageimpl.cpp
src/redis/asyncredisstorage.cpp
src/syncstorageimpl.cpp
tst/asyncredisstorage_test.cpp
tst/syncstorageimpl_test.cpp