Commit Graph

  • 084dcdea94 Fix package name in release script Vladimir Mihailenco 2021-08-12 14:26:13 +0300
  • 98ed2cbcad Fix otel example Vladimir Mihailenco 2021-08-12 14:24:39 +0300
  • 818c0e0b2e Add version.go Vladimir Mihailenco 2021-08-12 14:13:36 +0300
  • 047f907625
    Bump github.com/onsi/gomega from 1.10.5 to 1.14.0 (#1832) dependabot[bot] 2021-08-12 15:04:39 +0800
  • 4e7f441aed Upgrade gomega to v1.15.0 monkey92t 2021-08-12 10:39:28 +0800
  • 5e89d627dd
    Automate release process (#1852) Vladimir Mihailenco 2021-08-11 17:14:46 +0300
  • 270ad4864a Automate release process Vladimir Mihailenco 2021-08-11 12:39:29 +0300
  • fd3025bfed
    Revert "ConnPool check fd for bad conns (#1824)" (#1849) v8.11.2 monkey92t 2021-08-06 17:16:22 +0800
  • 67ae445d24
    Merge pull request #1845 from iph0/master Vladimir Mihailenco 2021-08-06 10:46:22 +0300
  • ad880a9644
    Merge pull request #1847 from bogdandrutu/otelredis Vladimir Mihailenco 2021-08-06 10:32:11 +0300
  • 199f4fec23 Revert "ConnPool check fd for bad conns (#1824)" monkey92t 2021-08-06 15:31:20 +0800
  • 67082aad38
    Run go mod tidy in redisotel Bogdan Drutu 2021-08-05 10:41:37 -0700
  • 2ca559d5e5 Added missing method XInfoStreamFull to Cmdable interface Eugene Ponizovsky 2021-08-05 17:48:09 +0300
  • 4261a2cb2a
    Update changelog for v9 (#1843) Vladimir Mihailenco 2021-08-02 14:03:38 +0300
  • 38d1749d56
    adjust the code (#1842) monkey92t 2021-08-02 19:01:01 +0800
  • 532896cfb7 Update changelog for v9 Vladimir Mihailenco 2021-08-02 13:31:39 +0300
  • 9d9e290d3f adjust the code, and fix #1553, #1676 monkey92t 2021-07-30 16:22:19 +0800
  • 0965d2008b Merge branch 'master' into v9 monkey92t 2021-07-30 15:00:18 +0800
  • 7dad93efa2
    add cmd: geosearch, geosearchstore (#1836) v8.11.1 monkey92t 2021-07-28 14:38:14 +0800
  • 6e755a4380 update test monkey92t 2021-07-28 11:39:28 +0800
  • ea6ce27bf3 update doc monkey92t 2021-07-28 11:33:08 +0800
  • eb142698d0 Added maxBadConnRetries to limit the number of times to obtain broken connections. monkey92t 2021-07-28 11:19:40 +0800
  • 3ca8a3c941 GeoSearchQuery and GeoSearchLocationQuery changed to pointer passing monkey92t 2021-07-28 10:27:28 +0800
  • 023e33dffe add cmd: geosearch, geosearchstore monkey92t 2021-07-27 18:12:19 +0800
  • 437184bded
    Upgrade redis-server version (#1833) monkey92t 2021-07-24 23:46:41 +0800
  • c49c29c281 XAutoClaim changed the return value monkey 2021-07-24 23:34:37 +0800
  • 80609dda12 Upgrade redis-server version monkey 2021-07-24 23:04:42 +0800
  • b8245b56f9 Remove redundant code. monkey 2021-07-24 22:24:17 +0800
  • 83454856c7 Merge branch 'master' into v9 monkey 2021-07-24 22:10:04 +0800
  • 40b89c544c
    Bump github.com/onsi/gomega from 1.10.5 to 1.14.0 dependabot[bot] 2021-07-22 02:27:46 +0000
  • 704212eaae
    fix typo (#1829) MengZeLee 2021-07-22 10:27:46 +0800
  • ad16d6ba92
    Bump github.com/onsi/ginkgo from 1.15.0 to 1.16.4 dependabot[bot] 2021-07-22 02:27:31 +0000
  • 54ef62f9b7
    Create dependabot.yml (#1826) Matthieu MOREL 2021-07-22 04:26:33 +0200
  • ffe45f9ff4
    fix typo MengZeLee 2021-07-22 01:57:18 +0800
  • 346bfafddd
    ConnPool check fd for bad conns (#1824) do it 2021-07-20 17:23:48 +0800
  • 9a0b2c2bc7
    Create dependabot.yml Matthieu MOREL 2021-07-19 12:30:26 +0200
  • e4bc7ad7bc fix test error monkey92t 2021-07-19 15:45:47 +0800
  • 7f52d7397d Revert "fix unstable ut: should facilitate failover" hidu 2021-07-18 11:35:30 +0800
  • 62fc2c821b
    Check Failing() before serving random node (#1825) Anatoly Rugalev 2021-07-17 18:20:48 +0200
  • becd3fed88 Fallback to random failing node Anatoly Rugalev 2021-07-17 14:23:12 +0200
  • f0d8632178 Addressed review comments Anatoly Rugalev 2021-07-17 14:19:41 +0200
  • 5b8f47b4c3 Revert condition Anatoly Rugalev 2021-07-16 19:19:46 +0200
  • 5993217159 Check Failing() before serving random node Anatoly Rugalev 2021-07-16 18:50:51 +0200
  • c7eeca2a5c fix unstable ut: should facilitate failover hidu 2021-07-16 18:20:20 +0800
  • 6e0ed33250 fix ut: pool with badconn hidu 2021-07-16 17:02:39 +0800
  • 03a86486ea
    Backport wrapMultiExec() cmds copy bug fix from v8 (#1823) v7.4.1 Wesley Powell 2021-07-16 02:41:17 -0500
  • ce40cd942a
    Allow FIFO pool in redis client (#1820) ktaekwon000 2021-07-16 11:58:01 +0800
  • 2f705aa5fb add PoolFIFO option to all clients monkey92t 2021-07-16 11:37:22 +0800
  • 6b9bde664f remove .github workflows monkey92t 2021-07-16 11:10:23 +0800
  • 1c74be75be fix return value monkey92t 2021-07-16 10:52:45 +0800
  • 0a24623660 add handles large pipelines monkey92t 2021-07-16 10:50:24 +0800
  • a7818b9002 add github workflows monkey92t 2021-07-16 10:48:53 +0800
  • 193fcc4504 Backport wrapMultiExec() cmds copy bug fix from from v8 Wesley Powell 2021-07-15 12:55:26 -0500
  • 78875ecee7 format imports hidu 2021-07-15 22:27:11 +0800
  • f22b38daba conncheck for badconn (#1821) hidu 2021-07-15 22:18:31 +0800
  • 6b06894927 Remove redundant type Kim Tae Kwon 2021-07-15 16:33:38 +0800
  • 247c62ad92 Add contributors Vladimir Mihailenco 2021-07-14 14:40:25 +0300
  • 8548dcb3cb Change PoolType string to PoolFIFO bool Kim Tae Kwon 2021-07-14 17:18:41 +0800
  • 1229016f2b Initial commit for FIFO pool Kim Tae Kwon 2021-07-13 16:34:01 +0800
  • 3caf52bceb
    Add the count option to the rpop command(fix #1813) (#1815) monkey92t 2021-07-11 18:27:48 +0800
  • e64c700768 change order of returned nodes in unit test Devin Burke 2021-07-06 21:24:32 -0500
  • 567f1a2f13 Add the count option to the rpop command(fix #1813) monkey92t 2021-07-07 10:19:00 +0800
  • b55776cc6d fixed unit test to use LRange as, for some reason, redis literally does not support RRange. My mistake. Devin Burke 2021-07-06 21:10:21 -0500
  • 6d563eeee9 removed auto-generated 'go-redis/redis' using Devin Burke 2021-07-06 20:56:01 -0500
  • 8f0704d1e7 Added RPopCount support to mirror LPopCount Devin Burke 2021-07-06 20:52:49 -0500
  • c1b63a6703
    DBSize,ScriptLoad,ScriptFlush and ScriptExists should use hook (#1811) monkey92t 2021-07-05 14:40:10 +0800
  • 0b3370f353 DBSize,ScriptLoad,ScriptFlush and ScriptExists should use hook monkey 2021-07-04 18:27:11 +0800
  • 916da5b2ce
    sync v8.11.0 monkey92t 2021-07-02 20:56:25 +0800
  • 339d26ecf1 Merge branch 'master' into v9 monkey92t 2021-07-02 19:05:12 +0800
  • dd4b7eb3b4 add release CHANGELOG monkey 2021-06-30 22:44:16 +0800
  • 27e2efb0af
    Remove OpenTelemetry metrics for now (#1805) v8.11.0 Vladimir Mihailenco 2021-06-30 13:40:23 +0300
  • 84b0ed049c Remove OpenTelemetry metrics for now Vladimir Mihailenco 2021-06-30 11:09:48 +0300
  • b7d23d446c
    GOMAXPROCS usage instead of NumCPU (#1801) Alexey Makhov 2021-06-29 05:37:08 +0300
  • e757f78923
    Update to otel trace v1.0.0-RC1 (stable) and metric v0.21.0 (unstable) (#1802) Ali Josie 2021-06-29 04:23:07 +0200
  • 8a582f4e55 Add tests Pau Freixes 2021-06-28 23:01:20 +0200
  • 7926e4ac0e Update to otel trace v1.0.0-RC1 (stable) and metric v0.21.0 (unstable) 0xc0d 2021-06-28 21:04:31 +0200
  • c53bb24297 GOMAXPROCS usage instead of NumCPU Alexey Makhov 2021-06-28 17:45:06 +0300
  • 63df0e5e75
    sync master (#1800) monkey92t 2021-06-28 17:40:38 +0800
  • af0d613398 the hello command throws possible errors, It may affect the "read timeout" test result. monkey92t 2021-06-28 16:47:52 +0800
  • 9cfca5827d Tweak readme Vladimir Mihailenco 2021-06-28 10:51:31 +0300
  • 9f48e1b5df Do not consider errors from hooks Pau Freixes 2021-06-27 22:54:59 +0200
  • 1a01c44b2a POC connection hook Pau Freixes 2021-06-27 22:06:59 +0200
  • 5b74773453 Merge branch 'master' into v9 monkey 2021-06-27 19:10:20 +0800
  • b64f087691 Adjust KeepTTL annotation. monkey92t 2021-06-25 14:51:18 +0800
  • 960e4d6cf0
    Explain the use restrictions of KeepTTL. (#1799) monkey92t 2021-06-25 11:58:21 +0800
  • bb47dd5f0e Explain the use restrictions of KeepTTL. monkey92t 2021-06-25 11:39:39 +0800
  • f0b2f90143
    Upgrade the <sorted set> series of commands (#1792) monkey92t 2021-06-23 18:47:10 +0800
  • 6fd871f711 Cancel the Deprecated mark of ZAddNX and ZAddXX monkey92t 2021-06-23 18:28:44 +0800
  • 57be5042e6 Upgrade the <sorted set> series of commands monkey92t 2021-06-23 17:09:19 +0800
  • 526725c5f8 Add Bun to readme Vladimir Mihailenco 2021-06-21 09:44:42 +0300
  • 43ec1464d9
    xgroup/xadd/xtrim supports new options (#1787) monkey92t 2021-06-15 16:48:35 +0800
  • 008429fb1c add XAddArgs.Approx doc monkey92t 2021-06-15 16:35:03 +0800
  • 652668236d Add ConnectHook Vladimir Mihailenco 2021-06-11 17:15:06 +0300
  • 14d82a2d93
    fix typo (#1788) heyanfu 2021-06-09 00:58:16 +0800
  • afd9f66628 fix typo heyanfu 2021-06-08 23:07:22 +0800
  • 0badc03ff2 support cmd option monkey 2021-06-08 22:02:48 +0800
  • 237bad5284
    Add XAutoClaim command (#1780) ericmillin 2021-06-04 11:04:36 -0400
  • 482ea46cad use the wrong variable monkey92t 2021-06-04 12:00:33 +0800
  • 39fc8ef70f fix test error monkey92t 2021-06-04 11:55:23 +0800
  • 2a3133f2f7 redefine the return value monkey92t 2021-06-04 11:47:36 +0800