Skip to content

Releases: bilibili/overlord

Version 1.5.2

21 Dec 11:34
be21c0f
Compare
Choose a tag to compare
  1. check max redirects
  2. add monkey test
  3. fix pinger buffer

Version 1.5.1

17 Dec 03:06
14bc9bc
Compare
Choose a tag to compare
  1. reset sub message only in nedd.

Version 1.5.0

05 Dec 08:35
0cfee0f
Compare
Choose a tag to compare
  1. refactor message pipeline.
  2. non-persistent connection for cluster redirect.

add redis cluster support

18 Oct 05:58
3d1fde6
Compare
Choose a tag to compare
  • support redis-cluster protocol

abstract the exector as an interface

19 Sep 01:41
a4f0836
Compare
Choose a tag to compare
  1. add executor interface.
  2. add pinger interface.
  3. add MsgBatchAlloctor for one node WR.
  4. change round-chan to race-chan.

support redis protocol

06 Aug 02:19
Compare
Choose a tag to compare
v1.2.1

changelog

redis protocol

31 Jul 12:07
ddd4638
Compare
Choose a tag to compare
redis protocol Pre-release
Pre-release
  1. add redis protocol support.

memcache binary protocol

30 Jul 14:59
ae10d9d
Compare
Choose a tag to compare
  1. add memcache binary protocol support.
  2. add conf file check

support memcache protocol

18 Jul 15:03
3bf0ef7
Compare
Choose a tag to compare
  1. compitable consist hash with twemproxy.
  2. reduce object alloc (by using Pool).
  3. recycle using of request and response memory.
  4. batch message execute to reduce conflict of command channel.
  5. using writev to reduce syscall times.
  6. synchronously send and wait of message.
  7. zero copy of request and response data at all.