Fixed distributed locking in non-Redis stores (#1066)

This commit is contained in:
mdecimus
2025-01-13 20:28:30 +01:00
parent 5bec52b231
commit 76c53af46b
21 changed files with 259 additions and 148 deletions

View File

@@ -7,7 +7,7 @@ resolver = "2"
[features]
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "foundationdb"]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
default = ["rocks"]
default = ["rocks", "redis"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]