-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
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
Assignees
Labels
No labels