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

Commit Graph

  • b64d9deef3 Handle IPv6 in isMovedError (#2981) Dávid Baláž 2024-04-28 06:37:44 +02:00
  • fa9edecebc Fix XGroup first pos key (#2983) Dávid Baláž 2024-04-27 08:42:30 +02:00
  • 90c7a414ac Adding BitfieldRo in BitMapCmdable interface (#2962) Akash Darshan 2024-04-21 22:52:00 +05:30
  • 9f1522a91e Fix typo in comment (#2972) deferdeter 2024-04-17 00:02:39 +08:00
  • 215d53e021 Ensure that JSON.GET returns Nil response Nic Gibson 2024-04-16 12:13:13 +01:00
  • f7f34feddf Optimize docs useless imports and typo (#2970) 高木同学 2024-04-14 22:59:09 +08:00
  • 6960bcc08d chore: fix some comments (#2967) kindknow 2024-04-14 01:15:23 +08:00
  • 30ad1fc0e8 fix(ci): fix test error monkey92t 2024-04-13 01:28:36 +08:00
  • 41ba582576 Merge branch 'graph' of github.com:redis/go-redis into graph monkey92t 2024-04-13 01:16:50 +08:00
  • 96acf1a325 fix(ci): add svc monkey92t 2024-04-13 01:13:00 +08:00
  • a8f58665a4 Merge branch 'master' into graph Monkey 2024-04-13 01:02:24 +08:00
  • 34b656a0a4 fix(ci): add falkordb service monkey92t 2024-04-13 01:01:27 +08:00
  • caa75ac3a7 feat(graph): support RedisGraph query monkey92t 2024-04-13 00:44:26 +08:00
  • f5496d14dd Fix for issues #2959 and #2960 (#2961) singular-seal 2024-04-12 23:10:12 +08:00
  • 6833d2f8e1 fix: #2956 (#2957) Monkey 2024-04-06 21:21:14 +08:00
  • 683f4fa6a6 fix misuses of a vs an (#2936) John 2024-04-04 09:16:30 +08:00
  • f3fe61148b add server address and port attributes to redis otel trace instrumentation (#2826) Endre Sara 2024-03-27 02:56:11 -04:00
  • 8b15101fa0 chore(deps): bump google.golang.org/protobuf in /example/otel (#2944) dependabot[bot] 2024-03-21 13:18:41 +02:00
  • 9749cdb3b3 Remove secrets from Redis Enterprise CI (#2938) ofekshenawa 2024-03-21 11:48:23 +02:00
  • 34dacf14a7 Fix monitor on go 1.19 (#2908) ofekshenawa 2024-03-21 10:48:31 +02:00
  • a923df1984 chore(deps): bump google.golang.org/protobuf in /extra/redisprometheus (#2942) dependabot[bot] 2024-03-19 19:24:57 +02:00
  • 140f55ba51 Merge branch 'master' into os-add-cache-writing os-add-cache-writing Chayim 2024-03-07 09:40:33 +02:00
  • 65c527c39c Change RE image to public RE image (#2935) next-redis ofekshenawa 2024-03-06 15:55:33 +02:00
  • bc7ec7304a Add cache writing ofekshenawa 2024-03-04 22:31:15 +02:00
  • 05aae206bb Add cache writing ofekshenawa 2024-03-03 11:20:05 +02:00
  • e9b162945b Merge branch 'master' of https://github.com/redis/go-redis into os-add-cache-writing ofekshenawa 2024-02-28 10:30:04 +02:00
  • d43a9fa887 Bump go-redis version to 9.5.1 (#2917) v9.5.1 ofekshenawa 2024-02-20 17:44:29 +02:00
  • 5da49b1aba bug: Fix SETINFO ensuring it is set-and-forget (#2915) ofekshenawa 2024-02-20 17:34:35 +02:00
  • 99527f0ac1 docs: README update to highlight how to disable sending client identification (#2913) ofekshenawa 2024-02-20 16:37:22 +02:00
  • b5a9e5d2c6 Bump go-redis version to 9.5.0 (#2905) v9.5.0 ofekshenawa 2024-02-18 19:16:42 +02:00
  • 35de49a8da Speed up connections by sending SetInfo via a pipeline (#2880) ofekshenawa 2024-02-15 12:48:56 +02:00
  • 8afc2b9314 Remove freq object test from RE tests (#2904) ofekshenawa 2024-02-14 23:28:28 +02:00
  • d383038a0f feat: add object fraq command (#2844) fengyun.rui 2024-02-15 05:05:05 +08:00
  • f0ecdb4190 docs: update features (#2846) fengyun.rui 2024-02-15 05:04:23 +08:00
  • 516abe867d add CredentialsProvider to ClusterOptions (#2791) John Du Hart 2024-02-14 16:03:18 -05:00
  • 21ed15bbed Add helpers to set libinfo without panic (#2724) Tiago Peczenyj 2024-02-14 21:40:20 +01:00
  • 7b9e81fd41 fix: add bytes in scan struct example (#2836) fengyun.rui 2024-02-15 04:22:32 +08:00
  • 9133749cd3 test: add ut for util_test (#2840) fengyun.rui 2024-02-15 04:16:50 +08:00
  • 51897bc5bf Remove unnecessary Node project definition file (#2863) limotley 2024-02-14 12:16:27 -08:00
  • afffb47b0b chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883) dependabot[bot] 2024-02-14 22:15:44 +02:00
  • 8d2a022fd5 Add support for specifying bitcount unit as byte or bit, byte default (#2887) Nanthen Hale 2024-02-15 04:15:30 +08:00
  • 36bab9c8dc fix ConnPool race in newConn (#2885) Oleg Stotsky 2024-02-15 00:14:50 +04:00
  • 2291bc1c78 Merge branch 'master' into os-add-csc-redis-commands ofekshenawa 2024-02-14 22:11:59 +02:00
  • a1577376e1 chore(deps): bump rojopolis/spellcheck-github-actions (#2889) dependabot[bot] 2024-02-14 21:04:25 +02:00
  • ffe9125a24 chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890) dependabot[bot] 2024-02-14 21:03:49 +02:00
  • 83dd4d7200 Change RE image to edge-focal (#2884) ofekshenawa 2024-02-14 21:02:52 +02:00
  • 2512123b76 chore: update OpenTelemetry and Uptrace to the latest version (#2864) Vladimir Mihailenco 2024-01-23 13:09:47 +02:00
  • d8b4f6e49f Add Cache object to go-redis os-add-cache-structure ofekshenawa 2024-01-21 21:54:26 +02:00
  • d70d9eaa48 Add Cache object to go-redis ofekshenawa 2024-01-21 21:53:58 +02:00
  • 7b4f30c599 Add client tracking and client trackinginfo commands ofekshenawa 2024-01-15 22:45:49 +02:00
  • 531f06861b 9.4.0 (#2862) v9.4.0 ofekshenawa 2024-01-07 12:27:07 +02:00
  • 27581fcb43 Change Z Member type to interface (#2861) ofekshenawa 2024-01-07 11:57:20 +02:00
  • a32be3d93d Add Suffix support to default client set info (#2852) ofekshenawa 2024-01-04 14:40:14 +02:00
  • d8e3e95866 return raw value instead of funcation calling in Result() (#2831) dragon-fly 2024-01-03 16:43:42 +08:00
  • 00229238c0 Change Env vars in RE CI (#2856) ofekshenawa 2024-01-03 09:38:03 +02:00
  • 2e12191023 Change RE build in CI (#2855) ofekshenawa 2024-01-02 00:29:17 +02:00
  • b762309243 Add RE tests (#2847) ofekshenawa 2024-01-01 22:19:22 +02:00
  • 73c879df57 9.3.1 (#2835) v9.3.1 ofekshenawa 2023-12-19 12:14:38 +02:00
  • 5665b0f7ea Clarify TSMadd ktvSlices usage in docstring (#2827) ofekshenawa 2023-12-17 17:45:00 +02:00
  • 9073e4056d Update docs and examples (#2806) rouzier 2023-12-17 10:43:21 -05:00
  • c828764336 Allow scanning redis values into pointer fields (#2787) Ilia Kuznetcov 2023-12-17 15:42:45 +00:00
  • 716906adda docs: correct the format error of the url in 'Connecting via a redis url' section (#2789) ccx 2023-12-17 21:34:17 +08:00
  • 86c68be278 Execute "COMMAND" command only when readonly (#2815) ofekshenawa 2023-12-17 15:21:01 +02:00
  • 8c695488a2 fix: add Cmder annotation (#2816) fengyun.rui 2023-12-17 21:20:23 +08:00
  • e535124055 Change Z member to string (#2818) ofekshenawa 2023-12-17 15:20:01 +02:00
  • 1d784578df Add BITFIELD_RO Command (#2820) ofekshenawa 2023-12-17 15:19:27 +02:00
  • 277e8b7d9f Support Monitor Command (#2830) ofekshenawa 2023-12-17 12:35:10 +02:00
  • 631deaf25f test: fix WriteArg test (#2808) Lev Zakharov 2023-12-17 13:13:01 +03:00
  • 6ddf27879e chore(deps): bump rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 (#2807) dependabot[bot] 2023-12-13 15:56:17 +02:00
  • 9372018b51 chore(deps): bump actions/stale from 8 to 9 (#2828) dependabot[bot] 2023-12-13 15:54:20 +02:00
  • 2fc48987d1 chore(deps): bump actions/setup-go from 4 to 5 (#2829) dependabot[bot] 2023-12-13 15:54:06 +02:00
  • a109302230 fix: #2730 data race at hooksMixin (#2814) RyoMiyashita 2023-12-10 19:04:13 +09:00
  • 21bd40a47e Version 9.3.0 (#2774) v9.3.0 ofekshenawa 2023-10-31 15:40:45 +02:00
  • 828fd2d3b8 chore(deps): bump google.golang.org/grpc in /example/otel (#2775) dependabot[bot] 2023-10-31 10:49:29 +02:00
  • 898bd9aa51 chore(deps): bump golang.org/x/net in /example/otel (#2776) dependabot[bot] 2023-10-31 10:06:16 +02:00
  • 15682e3227 feat: support write the types of pointer of simple data types (#2745) (#2753) Tong Zhaoqi 2023-10-31 13:17:22 +08:00
  • 81947daa8d Handle wrapped errors in scripter.Run (#2674) Sergey Galkin 2023-10-30 20:08:18 +04:00
  • 84f46c3301 BUG: BFReserveArgs - error_rate & capacity (#2763) Nic Gibson 2023-10-30 16:08:06 +00:00
  • 343016bf72 add InfoMap command (#2665) Nic Gibson 2023-10-30 16:07:42 +00:00
  • 4408f8cfb2 free turn when leave with error (#2658) cyningsun 2023-10-30 23:42:26 +08:00
  • 7ebb537c80 remove duplicate declaration (#2773) ofekshenawa 2023-10-30 17:01:41 +02:00
  • a5fe17472a Option types must propagage missing fields (#2726) Tiago Peczenyj 2023-10-30 13:36:44 +01:00
  • fd13da4fea fix missing fields in different Options (#2757) chenjie199234 2023-10-30 20:35:51 +08:00
  • e053f7eaf3 update PubSub.Channel documentation (#2761) Sergey Kozlov 2023-10-30 16:35:02 +04:00
  • ed202936d7 Linking to Redis resources (#2759) Chayim 2023-10-30 14:33:59 +02:00
  • d466bd1dee Creating CODEOWNERS for the examples (#2749) Chayim 2023-10-30 14:33:18 +02:00
  • ea3f5a0b33 chore(deps): bump rojopolis/spellcheck-github-actions (#2740) dependabot[bot] 2023-10-30 14:32:44 +02:00
  • d6a3f02666 Add BitMapCmdable to Cmdable. (#2737) Seth Rylan Gainey 2023-10-30 08:32:13 -04:00
  • 0d7a013e5d Json support (#2769) ofekshenawa 2023-10-30 14:09:25 +02:00
  • af4872cbd0 chore: use abs link Vladimir Mihailenco 2023-10-20 08:41:48 +03:00
  • 86bae21dce chore: fix link Vladimir Mihailenco 2023-10-20 08:39:54 +03:00
  • 45d28c136f Fix OpenTelemetry link in README (#2755) Jason Parraga 2023-10-14 02:37:19 -07:00
  • e9b6d43c11 Create raw output os-return-raw-output ofekshenawa 2023-10-09 11:52:59 +03:00
  • f994ff1cd9 Bump version to 9.2.1 (#2735) v9.2.1 ofekshenawa 2023-09-27 11:25:09 +03:00
  • 0b5e1866b1 chore(deps): bump actions/stale from 3 to 8 (#2732) dependabot[bot] 2023-09-27 11:24:47 +03:00
  • c6fe509f4a Add stream interface back to Cmdable (#2725) Gabriel 2023-09-27 09:50:47 +02:00
  • 275af73971 refactor(gears): remove redundant nil check (#2728) Eng Zer Jun 2023-09-27 15:50:05 +08:00
  • dac3314bc6 Bump version to 9.2.0 (#2722) v9.2.0 ofekshenawa 2023-09-20 16:38:58 +03:00
  • 6199a2af2c Making command structs digestable (#2716) Chayim 2023-09-20 16:08:24 +03:00
  • e07f7e62b8 chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 (#2690) dependabot[bot] 2023-09-20 14:57:47 +03:00