1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-19 11:43:14 +03:00

Commit Graph

  • aacc9ca7d2 bump version to 9.6.3 Nedyalko Dyakov 2025-03-20 13:15:09 +02:00
  • 8036027028 fix: handle network error on SETINFO (#3295) (CVE-2025-29923) Nedyalko Dyakov 2025-03-19 19:02:36 +02:00
  • 35d4e596d9 bump version to 9.5.5 v9.5.5 extra/redisprometheus/v9.5.5 extra/redisotel/v9.5.5 extra/rediscmd/v9.5.5 extra/rediscensus/v9.5.5 v9.5 Nedyalko Dyakov 2025-03-20 13:24:53 +02:00
  • b413caa309 fix: handle network error on SETINFO (#3295) (CVE-2025-29923) Nedyalko Dyakov 2025-03-19 19:02:36 +02:00
  • f2bf576280 Merge branch 'master' into os-support-new-hash-commands ofekshenawa 2025-03-20 14:20:22 +02:00
  • 2408d41ea6 API vhange ofekshenawa 2025-03-20 13:09:16 +02:00
  • 11efd6a01e chore(deps): bump golang.org/x/net in /example/otel (#3308) dependabot[bot] 2025-03-19 21:11:14 +02:00
  • d236865b0c fix: handle network error on SETINFO (#3295) (CVE-2025-29923) Nedyalko Dyakov 2025-03-19 19:02:36 +02:00
  • 74d4f08476 DOC-4494 SADD and SMEMBERS command examples (#3242) andy-stark-redis 2025-03-19 15:36:58 +00:00
  • 3785924788 Merge branch 'master' of https://github.com/redis/go-redis into os-support-new-hash-commands ofekshenawa 2025-03-18 20:36:19 +02:00
  • 2c446fae2b fix types ofekshenawa 2025-03-18 20:36:09 +02:00
  • 26c1370a92 Add tests ofekshenawa 2025-03-18 19:45:36 +02:00
  • ef62dd4247 Add HGETDEL, HGETEX, HSETEX commands ofekshenawa 2025-03-18 18:42:44 +02:00
  • a402c55344 Add vector types INT8 and UINT8 test (#3299) ofekshenawa 2025-03-18 18:05:45 +02:00
  • 8269e6a22a fix(tracing): show the whole command rather than truncated version of it (#3290) b1ackd0t 2025-03-18 15:50:29 +03:00
  • 9494d8498a chore: use redis 8 ce m05 (#3304) Nedyalko Dyakov 2025-03-18 14:20:18 +02:00
  • 5410adb9dc wip Nedyalko Dyakov 2025-03-18 11:07:14 +02:00
  • b3709c6506 chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 (#3302) dependabot[bot] 2025-03-17 16:27:26 +02:00
  • 4f09082f6b fix: connection pool timeout, increase retries (#3298) Monkey 2025-03-14 16:05:22 +08:00
  • 1c9309fdc2 Set client name in HELLO RESP handshake (#3294) LINKIWI 2025-03-13 05:55:28 -07:00
  • 555a41ecc7 Enable dialect 2 on default (#3213) ofekshenawa 2025-03-13 14:54:25 +02:00
  • da5a7e3def Merge branch 'master' into os-add-csc-redis-commands ofekshenawa 2025-03-13 10:54:58 +02:00
  • 310ce55c59 Update README.md David Maier 2025-03-12 14:57:19 +01:00
  • 8fadbef84a add readOnly on failover opts (#3281) milad 2025-03-06 18:23:14 +03:30
  • 162a15432b fix: Fixed issue with context cancelled error leading to connection spikes on Primary instances (#3190) Bhargav Dodla 2025-03-05 12:08:27 -08:00
  • 8e4a2ee5c5 fix(test): sort results in example test (#3292) Nedyalko Dyakov 2025-03-04 14:28:08 +02:00
  • cd55713972 feat: add hstrlen command for hash (#2843) fengyun.rui 2025-03-04 19:31:45 +08:00
  • ebe11d06ca feat: Enable CI for Redis CE 8.0 (#3274) Nedyalko Dyakov 2025-02-28 12:49:00 +02:00
  • 5314a57132 fix(redisotel): fix the situation of reporting spans multiple times (#3168) Flc゛ 2025-02-27 23:14:46 +08:00
  • 7d55118554 feat: support Elasticache cluster mode by introducing IsClusterMode config param (#3255) Rushikesh Joshi 2025-02-26 08:25:55 -08:00
  • d4e74b125d Add test codes for search_commands.go (#3285) Tom Bayes 2025-02-27 00:39:45 +09:00
  • aa7019d718 V9.7.1 -> master (#3287) Nedyalko Dyakov 2025-02-24 12:45:08 +02:00
  • 3d041a1dd6 release: 9.7.1 patch (#3278) v9.7.1 extra/redisprometheus/v9.7.1 extra/redisotel/v9.7.1 extra/rediscmd/v9.7.1 extra/rediscensus/v9.7.1 Nedyalko Dyakov 2025-02-21 15:40:07 +02:00
  • 30e7388c88 fix: race slice for list function of ring client (#2931) fengyun.rui 2025-02-20 22:55:54 +08:00
  • 37accb4b28 fix: nil pointer dereferencing in writeArg (#3271) Ali Error 2025-02-20 17:54:11 +03:00
  • 747190e231 DOC-4329 added range query examples (#3252) andy-stark-redis 2025-02-20 14:23:05 +00:00
  • f3c2711fe1 move regexp.MustCompile close to call (#3280) alingse 2025-02-20 22:22:34 +08:00
  • 7e517ec4a1 fix(search&aggregate):fix error overwrite and typo #3220 (#3224) herodot 2025-02-20 21:55:49 +08:00
  • c29d399be6 chore(deps): bump rojopolis/spellcheck-github-actions (#3276) dependabot[bot] 2025-02-18 16:04:03 +02:00
  • a17250d6bc fix: linter configuration (#3279) Nedyalko Dyakov 2025-02-18 13:51:22 +02:00
  • 196fc9b21a use limit when limitoffset is zero (#3275) Nedyalko Dyakov 2025-02-14 13:07:39 +02:00
  • 9db1286414 Reinstate read-only lock on hooks access in dialHook (#3225) LINKIWI 2025-02-11 07:50:31 -08:00
  • 40e049e67a chore(deps): update github.com/cespare/xxhash/v2 to v2.3.0 (#3265) Flc゛ 2025-02-10 21:03:50 +08:00
  • 021faad4fa test(redisotel): rename redisotel_test.go to tracing_test.go and add tracing hook tests (#3270) Flc゛ 2025-02-10 20:55:40 +08:00
  • acbf4a688f test: add test for info in RCE 8 (#3269) Nedyalko Dyakov 2025-02-10 14:55:15 +02:00
  • 71311d8044 DOC-4335 added aggregate query examples (#3259) andy-stark-redis 2025-02-10 12:22:43 +00:00
  • 7f8b5a8167 fix: flaky ClientKillByFilter test (#3268) Nedyalko Dyakov 2025-02-07 12:56:16 +02:00
  • d0f921357d fix: add unstableresp3 to cluster client (#3266) Nedyalko Dyakov 2025-02-07 12:09:49 +02:00
  • 27f19ea672 fix(aggregate, search): ft.aggregate bugfixes (#3263) Nedyalko Dyakov 2025-02-07 11:29:26 +02:00
  • 84cb9d27f2 chore(deps): bump rojopolis/spellcheck-github-actions (#3227) dependabot[bot] 2025-02-07 11:02:15 +02:00
  • 1faab1f657 DOC-4300 added exact match examples (#3251) andy-stark-redis 2025-02-07 08:52:49 +00:00
  • 2418111e62 DOC-4332 added geo query examples (#3257) andy-stark-redis 2025-02-07 08:42:38 +00:00
  • fb809bb642 DOC-4331 added full text query examples (#3256) andy-stark-redis 2025-02-07 08:34:51 +00:00
  • 86bb1433ca DOC-4799 fixed capped list example (#3260) andy-stark-redis 2025-02-07 08:33:11 +00:00
  • 3cef280602 DOC-4734 added geo indexing examples (#3240) andy-stark-redis 2025-02-07 08:31:01 +00:00
  • 0b34b1909a feat(command): add ACL commands, validate module categories exist (#3262) Nedyalko Dyakov 2025-02-05 15:44:09 +02:00
  • 3d4310ae96 feat(options): add skip_verify param (#3216) Julien Riou 2025-02-04 10:34:08 +01:00
  • d8a9655c21 chore(deps): bump github.com/cespare/xxhash/v2 from 2.2.0 to 2.3.0 (#2964) dependabot[bot] 2025-02-04 10:28:08 +02:00
  • beb8692fc3 chore: fix some comments (#3226) ZhuHaiCheng 2025-02-04 01:29:02 +08:00
  • a39be37273 feat(tests): validate that ConfigSet and ConfigGet work with Modules (#3258) Nedyalko Dyakov 2025-02-03 19:10:54 +02:00
  • d0fb810b13 Fix race condition in clusterNodes.Addrs() (#3219) Shawn Wang 2025-02-03 06:15:00 -08:00
  • 1139bc3aa9 fix(tests): enable testing with Redis CE 8.0-M4 in CI (#3247) Nedyalko Dyakov 2025-01-31 16:14:11 +02:00
  • 9f9fa221a8 DOC-4444 server management command examples (#3235) andy-stark-redis 2025-01-31 12:57:14 +00:00
  • 1b4abd6dc6 chore(deps): bump golang.org/x/net in /example/otel (#3243) dependabot[bot] 2025-01-29 17:56:20 +02:00
  • 94b88f5ab2 fix(command): add missing io-thread key in client info (#3244) Nedyalko Dyakov 2025-01-23 14:47:28 +02:00
  • 487a53a56e improve readibility unification-config-8.0m3 Nedyalko Dyakov 2025-01-22 17:12:42 +02:00
  • a170140822 Add new key io-thread in client info Nedyalko Dyakov 2025-01-22 15:55:49 +02:00
  • 787c41f429 Add 8.0m3 image in docker compose Nedyalko Dyakov 2025-01-22 15:54:46 +02:00
  • efe0f65bf0 Order slices of strings to be sure what the output of Println in doctests will be. (#3241) Nedyalko Dyakov 2025-01-20 11:32:10 +02:00
  • 0e3ea5fd6b DOC-4449 hash command examples (#3229) andy-stark-redis 2025-01-17 11:02:55 +00:00
  • f3a15c401e DOC-4560 pipelines/transactions example (#3202) andy-stark-redis 2025-01-17 08:29:51 +00:00
  • e953b76fdb Fix Redis CE tests (#3233) support-aad ofekshenawa 2025-01-15 11:24:47 +02:00
  • 91dddc2e11 Test against Redis CE (#3191) ofekshenawa 2024-12-16 19:04:39 +02:00
  • caa2592db7 chore(deps): bump codecov/codecov-action from 4 to 5 (#3196) dependabot[bot] 2024-12-05 10:11:12 +02:00
  • 73cc5f7c21 SortByWithCount FTSearchOptions fix (#3201) Cgol9 2024-12-05 01:10:04 -07:00
  • e63669e170 chore(deps): bump rojopolis/spellcheck-github-actions (#3188) dependabot[bot] 2024-11-21 14:38:38 +02:00
  • fc32d0a01d Recognize byte slice for key argument in cluster client hash slot computation (#3049) LINKIWI 2024-11-21 04:38:11 -08:00
  • f1ffb55c9a Only check latencies once every 10 seconds with routeByLatency (#2795) Justin 2024-11-20 06:36:39 -06:00
  • 080e051124 Eliminate redundant dial mutex causing unbounded connection queue contention (#3088) LINKIWI 2024-11-20 03:38:06 -08:00
  • 930d904205 Add guidance on unstable RESP3 support for RediSearch commands to README (#3177) ofekshenawa 2024-11-13 13:20:59 +02:00
  • 8b1073d2d6 Support Probabilistic commands with RESP 2 protocol (#3176) ofekshenawa 2024-11-13 11:15:19 +02:00
  • d1b4eaed41 Support TimeSeries commands with RESP 2 protocol (#3184) ofekshenawa 2024-11-13 10:27:00 +02:00
  • 80c9f5bb77 DOC-4345 added JSON samples for home page (#3183) andy-stark-redis 2024-11-06 15:25:46 +00:00
  • 1ed936eb09 DOC-4232 stream code examples (#3128) andy-stark-redis 2024-10-23 15:47:25 +01:00
  • ed37c33a90 Updated package version [9.7] (#3159) v9.7.0 extra/redisprometheus/v9.7.0 extra/redisotel/v9.7.0 extra/rediscmd/v9.7.0 extra/rediscensus/v9.7.0 Vladyslav Vildanov 2024-10-16 10:01:32 +03:00
  • cc9bcb0c0f Updated package version (#3158) extra/redisotel/v9.6.2 extra/rediscmd/v9.6.2 Vladyslav Vildanov 2024-10-15 16:32:53 +03:00
  • 135f8e3b12 Fix field name spellings (#3132) (#3156) Vladyslav Vildanov 2024-10-14 17:13:57 +03:00
  • a8590e9879 Fix field name spellings (#3132) extra/redisprometheus/v9.6.2 extra/rediscensus/v9.6.2 andy-stark-redis 2024-10-14 14:52:50 +01:00
  • ac2e91d9d9 Support Json with Resp 2 (#3146) (#3155) Vladyslav Vildanov 2024-10-14 14:59:45 +03:00
  • ec680aec14 Remove direct read from TLS underlying conn (#3138) (#3154) Vladyslav Vildanov 2024-10-14 14:55:45 +03:00
  • 2076975008 Support Json with Resp 2 (#3146) ofekshenawa 2024-10-14 14:37:22 +03:00
  • 2a6c4c29ff Updated packages versions (#3153) v9.6.2 Vladyslav Vildanov 2024-10-14 14:23:23 +03:00
  • 7d56a2c38d DOC-4328 added DEL, EXPIRE, and TTL command examples (#3143) andy-stark-redis 2024-10-09 11:44:29 +01:00
  • e69895b94d DOC-4324 added ZADD and ZRANGE command examples (#3142) andy-stark-redis 2024-10-09 11:42:24 +01:00
  • f467d014a4 DOC-4323 added INCR command example (#3141) andy-stark-redis 2024-10-09 11:40:21 +01:00
  • 0c84b6231f DOC-4322 added HSET/HGET command page examples (#3140) andy-stark-redis 2024-10-09 11:38:32 +01:00
  • 7fc46e206b DOC-4233 added geospatial examples (#3126) andy-stark-redis 2024-10-09 11:36:42 +01:00
  • bef6b10d6f DOC-4240 added Top-K examples (#3119) andy-stark-redis 2024-10-09 11:33:46 +01:00
  • e3d41f20f7 DOC-4235 added bitfield examples (#3125) andy-stark-redis 2024-10-09 11:31:14 +01:00
  • 13682c437e DOC-4239 added Count-min sketch examples (#3118) andy-stark-redis 2024-10-09 11:24:47 +01:00