Skip to content

Support for Redis multi-get #327

@longtran1904

Description

@longtran1904

I'm trying to use multi-get to benchmark and max out my redis server on the machine.

I found that multi-get for redis is not supported.

int redis_protocol::write_command_multi_get(const keylist *keylist)
{
    fprintf(stderr, "error: multi get not implemented for redis yet!\n");
    assert(0);
}

Is there any plan to support this feature or workaround?

If not I can try to make a patch for my experiment and try to merge if it aligns with memtier_benchmark's goals

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions