How can I connect my implementation of persistent storage to Symfony Lock? #48115
-
Hi all! I implemented the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi 👋 You can inject your |
Beta Was this translation helpful? Give feedback.
Hi 👋
You can inject your
CouchbaseStore
in aLockFactory
service and directly use it; no need to bother with theStoreFactory
(unless you want to propose your implementation to Symfony!)