mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
Support for transactions #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @enumag on GitHub (Jan 4, 2016).
Would be nice to have for DBALStorage. Not sure if it's relevant to other storages as well.
@beberlei commented on GitHub (Jul 5, 2016):
No, its not something we can support across storages. Key value stores are about a transaction per key.