Chiro11
Chiro11
Do you still think this feat should be implemented? I think what @JxLi0921 said makes sense. But if you think this is valuable, please assign it to me. I am...
> > @enjoy-binbin Add a new command looks good to me. > > I provide a compatible solution: When command args size is 3, `MOVE key db` , we treat...
> By the way, for the optional part `[DB destination-db]`, what should I do to write the KV to the `destination-db`? Should I use `RedisWriter::selectDB` to implement? @Qiaolin-Yu Hi, are...
@git-hulk I think you can assign it to me now 'cause he hasn't responded for two months. This cmd is similar to `MOVE` and `RENAME`, suitable for me.
@git-hulk To adapt to kvrocks, it may need to make minor modifications. redis ver: `COPY source destination [DB destination-db] [REPLACE]` I think we can replace 'DB' with 'NS'/'NAMESPACE'/'TO', or keep...
@AntiTopQuark Are you still working on it?