You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in redis-protocol, if you enable codec and disable resp2, resp2 will still be enabled since codec implies resp2. However, there is no reason to enable this if I've already disabled resp2. Currently, use the redis-protocol of my own fork.
The text was updated successfully, but these errors were encountered:
* feat: add commands crate
* fix: ut log level should at least 'debug'
* chore(deps): vendor redis-protocol to my own fork
as describe in #2
* feat: add commands parser framework
* chore(deps): use redis-protocol 5.0.1
* refactor: database hold borrow directly instead of Arc to avoid overhead
* refactor: use serde to deserialize config type instead of builder
* feat: add execution process of set command
* feat: read configuration file
* feat: support parse ttl
* refactor: clean the implementation of Set::execute
* test: support test in ramdisk
Currently, in
redis-protocol
, if you enablecodec
and disableresp2
,resp2
will still be enabled sincecodec
impliesresp2
. However, there is no reason to enable this if I've already disabledresp2
. Currently, use theredis-protocol
of my own fork.The text was updated successfully, but these errors were encountered: