FlyDB
FlyDB copied to clipboard
Integration test cli
- Use Testcontainers to conduct integration testing of the FlyDB CLI
- Build the FlyDB gRPC service Docker image using multi-stage builds to avoid dependencies on external builds, resulting in a self-contained flydb-server.
- fix FlyDB CLI HMove not work & update HMove structure unit test
After HMove, the destination does not have the corresponding field.
After pr
- fix FlyDB CLI LRem not work