PragmaTwice commented on issue #1949:
URL: https://github.com/apache/kvrocks/issues/1949#issuecomment-2768912788

   > Given that the Kvrocks test uses go-redis, should I implement the 
migration with one key per command, or is it necessary to fully implement the 
MIGRATE command to support multiple keys
   
   You can use `rdb.Do("cmd", "arg1", "arg2", ..)` in go-redis to pass any 
command to Kvrocks, so we don't need to care if go-redis supports it or not 
here here.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to