Releases: bilibili/overlord
Releases · bilibili/overlord
Version 1.5.2
- check max redirects
- add monkey test
- fix pinger buffer
Version 1.5.1
- reset sub message only in nedd.
Version 1.5.0
- refactor message pipeline.
- non-persistent connection for cluster redirect.
add redis cluster support
- support redis-cluster protocol
abstract the exector as an interface
- add executor interface.
- add pinger interface.
- add MsgBatchAlloctor for one node WR.
- change round-chan to race-chan.
support redis protocol
v1.2.1 changelog
redis protocol
- add redis protocol support.
memcache binary protocol
- add memcache binary protocol support.
- add conf file check
support memcache protocol
- compitable consist hash with twemproxy.
- reduce object alloc (by using Pool).
- recycle using of request and response memory.
- batch message execute to reduce conflict of command channel.
- using writev to reduce syscall times.
- synchronously send and wait of message.
- zero copy of request and response data at all.