Skip to content

Enhance RedisItemReader/Writer performance with pipelining #4940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

noojung
Copy link
Contributor

@noojung noojung commented Aug 4, 2025

  • RedisItemReader: Retrieves up to fetchSize items in a single round-trip.
  • RedisItemWriter: Processes each chunk in a single round-trip.

Closes: GH-4939

@noojung noojung force-pushed the GH-4939 branch 2 times, most recently from c656ecf to 23b801b Compare August 5, 2025 00:51
Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
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.

Enhance RedisItemReader/Writer performance using Redis pipelining
1 participant