1
0
mirror of https://github.com/redis/go-redis.git synced 2025-09-05 20:24:00 +03:00

Commit Graph

  • 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
  • 7cc1e32e03 DOC-4236 added HyperLogLog examples (#3117) andy-stark-redis 2024-10-09 07:14:34 +01:00
  • 5d03e9ec33 DOC-4238 added Cuckoo filter examples (#3116) andy-stark-redis 2024-10-09 06:56:44 +01:00
  • 90c7274b01 Backport #3138 to v9.6 (#3145) Francesco Renzi 2024-10-09 06:42:12 +01:00
  • e7868623ac Remove direct read from TLS underlying conn (#3138) Francesco Renzi 2024-10-07 10:23:11 +01:00
  • ad131f49b0 Updated package version (#3134) v9.7.0-beta.1 Vladyslav Vildanov 2024-09-26 13:14:30 +03:00
  • d9eeed131a Fix Flaky Test: should handle FTAggregate with Unstable RESP3 Search Module and without stability (#3135) ofekshenawa 2024-09-26 13:11:59 +03:00
  • e99abe4546 DOC-4237 added Bloom filter examples (#3115) andy-stark-redis 2024-09-26 08:41:54 +01:00
  • 9e79c9bd39 DOC-4228 JSON code examples (#3114) andy-stark-redis 2024-09-26 08:24:21 +01:00
  • 9e3709c404 DOC-4234 added bitmap examples (#3124) andy-stark-redis 2024-09-25 19:03:54 +01:00
  • 69b4c0165f DOC-4241 added t-digest examples (#3123) andy-stark-redis 2024-09-25 17:54:20 +01:00
  • a5fdfa2ec8 Change getInterleavedArguments function return-keys-from-commands ofekshenawa 2024-09-23 01:37:41 +03:00
  • be805cbe10 Remove extractKeys function ofekshenawa 2024-09-23 01:34:38 +03:00
  • 8de72d6d3c Extract keys from string commands ofekshenawa 2024-09-23 01:32:35 +03:00
  • c4cce2333a Add keys method to Cmder ofekshenawa 2024-09-23 01:04:53 +03:00
  • 5b30e4ecb8 Test extractKeys ofekshenawa 2024-09-20 18:44:49 +03:00
  • 249510cbb5 Create extractKeys function ofekshenawa 2024-09-20 17:28:54 +03:00
  • 711143687c Initial testing ofekshenawa 2024-09-20 16:13:13 +03:00
  • 233f97accd DOC-4229 sorted set code examples (#3113) andy-stark-redis 2024-09-12 14:26:16 +01:00
  • af13ee34f9 DOC-4231 added set datatype examples (#3111) andy-stark-redis 2024-09-12 12:16:15 +01:00
  • 79ed39adcc DOC-4230 list doc code examples (#3110) andy-stark-redis 2024-09-12 11:54:42 +01:00
  • 04f642ff5e Doc 4226 hash tces (#3106) andy-stark-redis 2024-09-12 09:45:38 +01:00
  • 04005cbdc7 Support Resp 3 Redis Search Unstable Mode (#3098) ofekshenawa 2024-09-12 11:26:10 +03:00
  • 9f6171dbf6 properly retract v9.5.3 of redisotel and other extra packages (#3108) Ivan Pechorin 2024-09-12 04:35:16 +12:00
  • 1da50b33ef DOC-4213 string code examples (#3102) andy-stark-redis 2024-09-06 12:49:25 +01:00
  • f99447854b Add test coverage reporting and Codecov badge (#3055) ofekshenawa 2024-09-03 17:09:47 +03:00
  • 00d98485f8 Updated module version that points to retracted package version (#3074) Vladyslav Vildanov 2024-07-31 11:15:15 +03:00
  • c3610cde42 cp retracts and bump version to 9.6.1 (#3069) v9.6.1 ofekshenawa 2024-07-25 11:07:48 +03:00
  • b0b94e79e0 Change CI to 7.4.0-RC2 (#3070) ofekshenawa 2024-07-25 10:51:53 +03:00
  • 1c09565444 Retract versions 9.5.3 and 9.5.4 (#3068) ofekshenawa 2024-07-24 14:14:06 +03:00
  • d50858f3ad chore(deps): bump rojopolis/spellcheck-github-actions (#3067) dependabot[bot] 2024-07-23 11:13:40 +03:00
  • 44ba2ee08b feat: reduce the type assertion of CheckConn (#3066) v9.6.0 Monkey 2024-07-19 15:15:46 +08:00
  • 3613df6115 Add tests case with FLOAT16 and BFLOAT16 vectors (#3054) ofekshenawa 2024-07-17 21:56:58 +03:00
  • 46d2452fbb Test RediSearch dialect 4 (#3052) ofekshenawa 2024-07-17 11:55:58 +03:00
  • 9cfeb30f62 Bump version of go-redis to 9.6.0 (#3059) Vladyslav Vildanov 2024-07-17 11:53:49 +03:00
  • 89f4dfa309 Add tests for search GEO (#3051) ofekshenawa 2024-07-17 11:41:48 +03:00
  • 49bfbf2a1e chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#2993) dependabot[bot] 2024-07-14 01:30:07 +08:00
  • 2c146dc104 Avoid unnecessary retry delay following MOVED and ASK redirection (#3048) LINKIWI 2024-07-12 23:55:12 -07:00
  • 233ff45ac9 add test for tls connCheck #3025 (#3047) naiqianz 2024-07-12 11:16:21 +08:00
  • 5c9c468bd9 Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038) tzongw 2024-07-11 13:08:23 +08:00
  • 1a0a68f9cd Support Hash-field expiration for 7.4 CE RC2 (#3040) ofekshenawa 2024-07-10 18:30:32 +03:00
  • 27dd84c777 fix node routing in slotClosestNode (#3043) Srikar Jilugu 2024-07-10 08:56:27 +05:30
  • 51b6e2c85f Update pubsub.go (#3042) Immersed 2024-07-05 05:27:44 +03:00
  • 649d3b6d31 Change monitor test to run manually (#3041) ofekshenawa 2024-07-02 16:10:30 +03:00
  • a400f091fb chore(deps): bump rojopolis/spellcheck-github-actions (#3028) dependabot[bot] 2024-06-27 14:06:39 +08:00
  • 95c5deb2bf Support RediSearch empty values (#3053) ofekshenawa 2024-07-17 09:48:41 +03:00
  • 67824ebf86 chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#2993) dependabot[bot] 2024-07-14 01:30:07 +08:00
  • 5756b05219 Avoid unnecessary retry delay following MOVED and ASK redirection (#3048) LINKIWI 2024-07-12 23:55:12 -07:00
  • 0858ed24e6 add test for tls connCheck #3025 (#3047) v9.5.4 naiqianz 2024-07-12 11:16:21 +08:00
  • 8a0c59b101 TimeSeries insertion filters for close samples (#3003) ofekshenawa 2024-07-11 11:57:56 +03:00
  • 75398584cf Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#3038) tzongw 2024-07-11 13:08:23 +08:00
  • 6a584c1e2b Support Hash-field expiration for 7.4 CE RC2 (#3040) ofekshenawa 2024-07-10 18:30:32 +03:00
  • 9c1f4f0642 fix node routing in slotClosestNode (#3043) Srikar Jilugu 2024-07-10 08:56:27 +05:30
  • 26e0c49acf Update pubsub.go (#3042) Immersed 2024-07-05 05:27:44 +03:00
  • 4cf03dbd39 Change monitor test to run manually (#3041) ofekshenawa 2024-07-02 16:10:30 +03:00
  • daf84a0911 chore(deps): bump rojopolis/spellcheck-github-actions (#3028) dependabot[bot] 2024-06-27 14:06:39 +08:00
  • 244a3e22da RediSearch Support (#2801) ofekshenawa 2024-06-26 13:13:06 +03:00
  • 2d7382e8cc Add (*StatusCmd).Bytes() method (#3030) Andrew Haines 2024-06-21 04:00:16 +01:00
  • fc4c8bd2f7 chore(deps): bump golang.org/x/net in /example/otel (#3000) dependabot[bot] 2024-06-21 09:58:08 +08:00
  • b59d3ebc10 Merge branch 'master' into graph graph Monkey 2024-06-21 09:38:44 +08:00
  • da8623ecea Add support for XREAD last entry (#3005) v9.6.0b2 v960b1 b1ron 2024-06-20 10:25:51 +02:00
  • 3975cd5380 Add support for XREAD last entry (#3005) b1ron 2024-06-20 10:25:51 +02:00
  • 1c0efc2325 9.6.0 v9.6.0b1 ofekshenawa 2024-06-20 02:32:58 +03:00
  • 0b95fd7fa5 Init ofekshenawa 2024-06-20 02:30:37 +03:00
  • 445d2667eb remove tests from RE (#3035) ofekshenawa 2024-06-20 02:25:49 +03:00
  • 097cddbeb0 Support NOVALUES parameter for HSCAN (#2925) Gabriel Erzse 2024-06-20 01:24:45 +03:00
  • 0777247baa Added test case for CLIENT KILL with MAXAGE option (#2971) Vladyslav Vildanov 2024-06-20 01:00:09 +03:00
  • a9b4c5cfe6 Support Hash-field expiration commands (#2991) ofekshenawa 2024-06-20 00:59:27 +03:00
  • 2a3de7e1fc Change redis version from 7.2 to 7.4 in makefile (#3034) ofekshenawa 2024-06-20 00:08:35 +03:00
  • f752b9a9d5 Release/v9.5.3 (#3018) v9.5.3 Vladimir Mihailenco 2024-06-07 17:04:08 +03:00
  • 2d8fa02ac2 fix: fix #2681 (#2998) v9.5.2 Monkey 2024-05-29 10:55:28 +08:00
  • 0f0a28464c Remove skipping span creation by checking parent spans (#2980) Sam Xie 2024-05-09 23:52:32 -07:00