Add synchronous SDL readiness waiting API
[ric-plt/sdl.git] / src / redis / asyncredisstorage.cpp
index 22d4b2b..482d6d7 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #include "config.h"
 #include <sstream>
 #include "private/error.hpp"
@@ -53,7 +58,8 @@ namespace
                                               databaseInfo,
                                               contentsBuilder,
                                               false,
-                                              logger);
+                                              logger,
+                                              false);
     }
 
     class AsyncRedisStorageErrorCategory: public std::error_category