overlord icon indicating copy to clipboard operation
overlord copied to clipboard

Overlord是哔哩哔哩基于Go语言编写的memcache和redis&cluster的代理及集群管理功能,致力于提供自动化高可用的缓存服务解决方案。

Results 38 overlord issues
Sort by recently updated
recently updated
newest added

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

https://github.com/bilibili/overlord/blob/b524449801b54115831e7f2663558824bdc15a03/go.mod#L18 CVE-2020-28483 Recommended upgrade version:v1.7.1

https://github.com/bilibili/overlord/blob/b524449801b54115831e7f2663558824bdc15a03/web/yarn.lock#L5135-L5137 CVE-2021-23337 CVE-2020-28500 Recommended upgrade version:4.17.21

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

https://github.com/bilibili/overlord/blob/470ea6fb708232a56b9d15bcd5fbb65584bca889/web/yarn.lock#L5158-L5160 CVE-2020-8203 Recommended upgrade version:4.17.20

**java** 1.8 **lettuce** 2.0.4 **测试代码** `public static void main(String[] args) { String nodes = "192.168.17.25:27020"; DefaultClientResources clientResources = DefaultClientResources.builder() .ioThreadPoolSize(10) .computationThreadPoolSize(10) .build(); ClusterClientOptions clusterClient = ClusterClientOptions.builder() .autoReconnect(true) .pingBeforeActivateConnection(true) .build(); RedisClusterClient...