Skip to content

feat redis: separate Pipeline from Transaction#1188

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

feat redis: separate Pipeline from Transaction#1188
rsaddatimov wants to merge 3 commits into
userver-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
@apolukhin
Copy link
Copy Markdown
Member

LGTM

@robot-magpie
Copy link
Copy Markdown

robot-magpie Bot commented May 26, 2026

@apolukhin has triggered the import of a pull request, but it hasn't started. If you are a Yandex employee, you can view the log.

@apolukhin
Copy link
Copy Markdown
Member

LGTM

@robot-magpie
Copy link
Copy Markdown

robot-magpie Bot commented May 28, 2026

Many thanks for the PR! @apolukhin is now importing your pull request into our internal upstream repository.

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.

2 participants