We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4fa5d commit 7a488a8Copy full SHA for 7a488a8
1 file changed
src/db.cpp
@@ -3044,12 +3044,15 @@ void redisDbPersistentData::commitChanges(const redisDbPersistentDataSnapshot **
3044
}
3045
if (m_spstorage != nullptr)
3046
{
3047
+ m_spstorage->endWriteBatch();
3048
+#if 0
3049
auto *tok = m_spstorage->begin_endWriteBatch(serverTL->el, storageLoadCallback);
3050
if (tok != nullptr)
3051
3052
tok->db = this;
3053
tok->type = StorageToken::TokenType::BatchWrite;
3054
3055
+#endif
3056
3057
3058
0 commit comments