dragonfly
dragonfly copied to clipboard
feat(server): add support for GET options with SET command #389
This PR adds the get option to stringfamily.
Two modifications.
- add memcache_reply_builder/redis_reply_builder, replace the existing static_cast.
- StringFamily::Set returns a different return value to the client in the presence of SetCmd::SET_GET.
A test.
- perform a simple functional test on set key value get.