Commit Graph

  • 9b48b5e45f chore: add example how to delete keys without a ttl Vladimir Mihailenco 2021-11-19 17:03:42 +0200
  • f6974ebb5c fix: update some argument counts in pre-allocs ffenix113 2021-11-05 18:46:21 +0100
  • 47ac23e055 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2021-11-05 16:17:26 +0200
  • c7e913ce48 chore: update otel example Vladimir Mihailenco 2021-11-05 16:17:17 +0200
  • 25378ca292
    Merge pull request #1934 from kristinnardal2/redisotel-span-kind Vladimir Mihailenco 2021-10-27 11:48:22 +0300
  • 065b200070 fix(extra/redisotel): set span.kind attribute to client Kristinn Björgvin Árdal 2021-10-26 15:55:57 +0200
  • 38d398f630 chore: fix linter Vladimir Mihailenco 2021-10-24 09:55:27 +0300
  • a52a508bbf
    Merge pull request #1930 from Pyrodash/master Vladimir Mihailenco 2021-10-24 09:54:17 +0300
  • a2a463b123 test: add test case for setting and scanning durations Jackie 2021-10-23 00:10:30 +0200
  • c097317875
    feat: add strings function Stephanie Hingtgen 2021-10-22 08:56:01 -0600
  • 002143fcee
    feat: fix linter Stephanie Hingtgen 2021-10-21 14:59:25 -0600
  • aee0cc6cae
    feat: add helper func, cleanup code Stephanie Hingtgen 2021-10-21 14:54:46 -0600
  • 2f1b74e20c feat: add support for time.Duration write and scan Jackie 2021-10-21 18:26:20 +0200
  • b294240951 Add redis v7's ExpireNX, ExpireXX, ExpireGT, ExpireLT Bastien Penavayre 2021-10-21 15:01:06 +0200
  • eb8d0fc81e
    feat: fix linter Stephanie Hingtgen 2021-10-18 09:09:24 -0500
  • 175d0d81fc
    feat: update to ParseClusterURL and use addr param Stephanie Hingtgen 2021-10-18 09:07:36 -0500
  • 0260525aa0
    Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 (#1925) dependabot[bot] 2021-10-18 17:17:47 +0800
  • 6943fcc307
    Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 dependabot[bot] 2021-10-18 01:26:44 +0000
  • 7daa7f91fd
    feat: add ParseClusterURLs to allow for parsing of redis cluster urls into cluster options Stephanie Hingtgen 2021-10-15 23:04:25 -0500
  • 26cd4257e0
    Add parsing of multiple URLs for cluster mode in redis Stephanie Hingtgen 2021-10-15 22:41:32 -0500
  • ca2b16333e
    Merge pull request #1922 from HurSungYun/cmdInfo_logging_context Vladimir Mihailenco 2021-10-15 12:13:27 +0300
  • a67d9129e6 chore: use ctx parameter in cmdInfo Ethan Hur 2021-10-15 14:49:00 +0900
  • 2b6611c4fd Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2021-10-05 10:07:16 +0300
  • acf1c1831b chore: fix links Vladimir Mihailenco 2021-10-05 10:07:08 +0300
  • 40c1cc3f31
    Merge pull request #1918 from pfreixes/add_whitespace_before_addr Vladimir Mihailenco 2021-10-05 08:55:04 +0300
  • 96f53a0159 fix: format Pau Freixes 2021-10-04 17:20:29 +0200
  • 7f7c181761 fix: add whitespace for avoid unlikely colisions Pau Freixes 2021-10-04 15:53:57 +0200
  • fa515240d4
    Merge pull request #1917 from go-redis/release/v8.11.4 v8.11.4 extra/redisotel/v8.11.4 extra/rediscmd/v8.11.4 extra/rediscensus/v8.11.4 Vladimir Mihailenco 2021-10-04 16:40:48 +0300
  • 0457d0add6 chore: release v8.11.4 (release.sh) Vladimir Mihailenco 2021-10-04 16:28:19 +0300
  • 6dcfc56151 chore: use conv commit message Vladimir Mihailenco 2021-10-04 16:27:16 +0300
  • 86258a11a9 chore: lazy reload when moved or ask Vladimir Mihailenco 2021-10-04 13:16:33 +0300
  • 98bb99ddc2
    Fix Redis Cluster issue during roll outs of new nodes with same addr (#1914) Pau Freixes 2021-10-04 12:10:42 +0200
  • e0d103c400 chore: use switch Pau Freixes 2021-10-04 10:34:42 +0200
  • 129a05db18 chore: fix issue with redis error detection Pau Freixes 2021-10-04 10:23:48 +0200
  • 9375185576 fix: recycle connections in some Redis Cluster scenarios Pau Freixes 2021-10-02 22:15:39 +0200
  • 425f2fc69b fix: use slot node id to detect node re-configuration Vladimir Mihailenco 2021-09-29 14:09:51 +0300
  • 507203108a chore: add Lua scripting example Vladimir Mihailenco 2021-09-27 17:29:41 +0300
  • 739c188212 chore: tweak GH actions to run all jobs Vladimir Mihailenco 2021-09-27 12:08:34 +0300
  • cc09f96b8f
    Merge pull request #1909 from go-redis/feature/slice-helpers Vladimir Mihailenco 2021-09-27 11:46:25 +0300
  • 5d3d293cc9 feat: add Cmd.{String,Int,Float,Bool}Slice helpers and an example Vladimir Mihailenco 2021-09-27 11:11:05 +0300
  • 329d87fc44
    Merge pull request #1906 from Stavrospanakakis/master Vladimir Mihailenco 2021-09-26 09:16:44 +0300
  • 168981da2d feat: add SetVal method for each command Stavros Panakakakis 2021-09-25 18:12:26 +0300
  • afd8445978 chore: update link Vladimir Mihailenco 2021-09-24 17:10:01 +0300
  • e2ecabec44
    Merge pull request #1904 from go-redis/fix/upd-dependencies Vladimir Mihailenco 2021-09-23 17:27:16 +0300
  • 3f99e7b13b chore: update dependencies Vladimir Mihailenco 2021-09-23 16:31:21 +0300
  • 8648971b29
    Merge pull request #1899 from alexus1024/master Vladimir Mihailenco 2021-09-23 16:26:55 +0300
  • fddf086cbe
    Merge pull request #1896 from jsievenpiper/main Vladimir Mihailenco 2021-09-22 14:02:54 +0300
  • f36093a0be Add support for BLMove command Алексей Романовский 2021-09-20 16:37:40 -0400
  • f74ce7de90
    chore: swap to acl auth at the test-level Justin Sievenpiper 2021-09-18 22:36:40 -0700
  • 6eda940e63
    add example of redisprom filepang 2021-09-18 16:36:52 +0900
  • ac49afcd99
    add prometheuses instrument filepang 2021-09-18 16:22:31 +0900
  • c575887613
    Merge pull request #1895 from go-redis/fix/conv-commits Vladimir Mihailenco 2021-09-18 10:01:16 +0300
  • f66582f44f
    feat: add acl auth support for sentinels Justin Sievenpiper 2021-09-17 23:39:26 -0700
  • 30a3028411 chore: use conventional commits and auto-generate changelog Vladimir Mihailenco 2021-09-17 14:25:50 +0300
  • 7c92957d71 chore: gofmt Vladimir Mihailenco 2021-09-17 14:22:23 +0300
  • aac0ea4447
    Merge pull request #1891 from gozeloglu/rmv-empty-fnc Vladimir Mihailenco 2021-09-17 14:21:40 +0300
  • 028aeaad73 empty hooks.withContext removed Gökhan Özeloğlu 2021-09-16 09:07:49 +0300
  • 997118894a
    Merge pull request #1884 from dmke/feat/parseurl Vladimir Mihailenco 2021-09-15 09:08:59 +0300
  • 7ecd5cee5b chore: fix discussions link Vladimir Mihailenco 2021-09-15 08:58:50 +0300
  • 0af87003d0 chore: add links to readme Vladimir Mihailenco 2021-09-15 08:58:09 +0300
  • dfedc31d20 Add query parameter parsing to ParseURL() Dominik Menke 2021-09-10 21:12:33 +0200
  • 73acbcc174 simplify pipelineReadCmds as we don't need to retry if the error is in the middle of a pipeline Kirill Lyubimov 2021-09-13 18:50:45 +0300
  • 3ac3452fe5 Refactor TestParseURL Dominik Menke 2021-09-10 19:15:16 +0200
  • 0982b38527
    Merge pull request #1882 from go-redis/chore/otel-example Vladimir Mihailenco 2021-09-10 08:45:29 +0300
  • f2aa61a311 Retry pipeline read commands Kirill Lyubimov 2021-09-09 15:59:03 +0300
  • 9b6ee9c3cc chore: gofmt all code Vladimir Mihailenco 2021-09-08 16:00:52 +0300
  • 11c4d6f556 chore: cleanup OpenTelemetry example Vladimir Mihailenco 2021-09-08 15:54:10 +0300
  • b94bde306e
    Fix/pubsub ping mutex (#1878) Vladimir Mihailenco 2021-09-03 12:57:34 +0300
  • 27fa5077b1 Merge branch 'fix/pubsub-ping-mutex' of github.com:go-redis/redis into fix/pubsub-ping-mutex monkey92t 2021-09-03 17:46:04 +0800
  • dea6492c17 add write cmd data-race test monkey92t 2021-09-03 17:45:25 +0800
  • 503d80cede Fix PubSub.Ping to hold the lock Vladimir Mihailenco 2021-09-03 12:21:28 +0300
  • a2605e7609 Fix PubSub.Ping to hold the lock Vladimir Mihailenco 2021-09-03 12:21:28 +0300
  • 917c476e75 Fix releasing.md Vladimir Mihailenco 2021-09-03 12:20:59 +0300
  • c16c45cd34 Merge branch 'master' of github.com:go-redis/redis Vladimir Mihailenco 2021-09-01 15:30:42 +0300
  • 0c6ce84bad Fix tag script to push tag by tag Vladimir Mihailenco 2021-09-01 15:30:36 +0300
  • 7fc0d6bc14
    Bump github.com/cespare/xxhash/v2 from 2.1.1 to 2.1.2 (#1872) dependabot[bot] 2021-08-31 11:49:38 +0800
  • 5e6479ec64 Replace release job Vladimir Mihailenco 2021-08-30 17:18:31 +0300
  • 7e297475b9
    Bump github.com/cespare/xxhash/v2 from 2.1.1 to 2.1.2 dependabot[bot] 2021-08-30 01:17:23 +0000
  • ed42d3c37b
    Add scan struct example (#1870) Vladimir Mihailenco 2021-08-29 19:37:17 +0300
  • 618bbad5e0 Add scan struct example Vladimir Mihailenco 2021-08-29 16:43:07 +0300
  • 40de38c9cf Introduce full FIFO pool implementation Jason Joo 2021-08-26 01:15:09 +0800
  • 989295a24b
    Merge pull request #1867 from kishaningithub/patch-1 Vladimir Mihailenco 2021-08-24 14:15:24 +0300
  • 3d2164ecb5
    Remove go 1.15 from build matrix Kishan B 2021-08-24 14:24:45 +0530
  • 83f70de29a
    Add go 1.17 to the build matrix Kishan B 2021-08-24 09:51:28 +0530
  • db669da175
    Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 (#1865) dependabot[bot] 2021-08-23 14:59:40 +0800
  • d26cc95243
    Bump github.com/onsi/gomega from 1.15.0 to 1.16.0 dependabot[bot] 2021-08-23 01:16:09 +0000
  • afafeda8a3
    after the connection pool is closed, no new connections should be added (#1863) monkey92t 2021-08-19 16:56:23 +0800
  • 72b71efae6 upgrade golangci-lint v1.42.0 monkey92t 2021-08-19 16:23:45 +0800
  • 1196685f36 pool.popIdle add p.closed check monkey92t 2021-08-19 16:13:59 +0800
  • e5571ea13f remove runGoroutine monkey92t 2021-08-17 18:45:52 +0800
  • f1c322303e after the connection pool is closed, no new connections should be added monkey92t 2021-08-17 17:36:03 +0800
  • bc9d5c8d3a
    Add Cmd.Slice helper to cast to []interface{} (#1859) Vladimir Mihailenco 2021-08-13 10:37:54 +0300
  • dfd360572f Add Cmd.Slice helper to cast to []interface{} Vladimir Mihailenco 2021-08-13 10:17:44 +0300
  • 4029656ad5 Tweak tag.sh Vladimir Mihailenco 2021-08-12 15:43:44 +0300
  • 4ed306de42 Create an annotated tag to give release.yml chance to run Vladimir Mihailenco 2021-08-12 15:00:12 +0300
  • 74f9a7338f
    Merge pull request #1853 from go-redis/release/v8.11.3 v8.11.3 extra/redisotel/v8.11.3 extra/rediscmd/v8.11.3 extra/rediscensus/v8.11.3 Vladimir Mihailenco 2021-08-12 14:54:07 +0300
  • 702e7cfe68 Release v8.11.3 (release.sh) Vladimir Mihailenco 2021-08-12 14:35:44 +0300
  • 493a4d05c6 Fix release.sh Vladimir Mihailenco 2021-08-12 14:33:59 +0300
  • f02921d3da And more Vladimir Mihailenco 2021-08-12 14:31:54 +0300
  • 9cd9efd218 More fixes for otel example Vladimir Mihailenco 2021-08-12 14:30:05 +0300