Fix wrong date in rpm spec change history
[ric-plt/sdl.git] / include / private / asyncstorageimpl.hpp
index 5999833..bc072d9 100644 (file)
@@ -85,6 +85,8 @@ namespace shareddatalayer
 
         void findKeysAsync(const Namespace& ns, const std::string& keyPrefix, const FindKeysAck& findKeysAck) override;
 
+        void listKeys(const Namespace& ns, const std::string& pattern, const FindKeysAck& findKeysAck) override;
+
         void removeAllAsync(const Namespace& ns, const ModifyAck& modifyAck) override;
 
         //public for UT
@@ -103,6 +105,7 @@ namespace shareddatalayer
         AsyncStorage& getDummyHandler();
 
         void setAsyncRedisStorageHandlers(const std::string& ns);
+        void setAsyncRedisStorageHandlersForCluster(const std::string& ns);
         AsyncStorage& getAsyncRedisStorageHandler(const std::string& ns);
     };
 }