Skip to content

Use mget instead of pipeline get to read kv from redis #264

Open
@mayankasthana

Description

@mayankasthana

It is recommended to use mget to do multiple gets instead of pipelining lots of gets together. A few benchmarks also show performance improvements.

I don't see any drawback to doing it, and it might be a simple enough change.
Is there anything I am missing that makes using mget nonviable?

Maybe we can do it for hmget to read hashes as well.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions