Skip to content

feat redis: separate Pipeline from Transaction#1188

Open
rsaddatimov wants to merge 3 commits intouserver-framework:developfrom
rsaddatimov:feature/redis-pipeline
Open

feat redis: separate Pipeline from Transaction#1188
rsaddatimov wants to merge 3 commits intouserver-framework:developfrom
rsaddatimov:feature/redis-pipeline

Conversation

@rsaddatimov
Copy link
Copy Markdown

Transactions now implemented via pipelining mechanism with MULTI at the start and EXEC at the end

This PR separates Pipeline from Transaction in order to be able to execute pure pipelines without MULTI/EXEC

@rsaddatimov rsaddatimov force-pushed the feature/redis-pipeline branch from 6356fdb to dcabdb6 Compare April 23, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant