1. 247f6c0 chore: fix function name in comment (#668) by rustfix · 4 months ago master
  2. 4c535aa ci: fix go caching (#667) by Steven Hartland · 5 months ago v1.9.2
  3. e05a63b fix: bump go version to 1.17 (#666) by Steven Hartland · 5 months ago
  4. 162ed02 chore: retract v1.8.10 (#664) by Steven Hartland · 5 months ago v1.9.1
  5. cfabb1f ci: remove deprecated goreleaser option (#663) by Steven Hartland · 5 months ago
  6. 1bfd3c1 ci: add goreleaser, update action and go versions (#662) by Steven Hartland · 5 months ago v1.9.0
  7. 1d393b3 feat: add TestOnBorrowContext (#660) by Vasily Tsybenko · 5 months ago
  8. 9f0d2e9 chore: remove debug check (#659) by Steven Hartland · 6 months ago
  9. 8b1c13e chore: run test server with enable-debug-command (#654) by Arnaud Rebillout · 6 months ago
  10. 9129745 core: update github actions and fix tests (#657) by Steven Hartland · 6 months ago
  11. a60882b chore: update testify (#653) by Steven Hartland · 12 months ago
  12. 78e255f fix: test goroutine leaks (#643) by Steven Hartland · 1 year, 3 months ago
  13. d685447 feat: add support for latency command parsing (#614) by dmitri-lerko · 2 years, 1 month ago v1.8.9
  14. f1e923c fix: Anonymous field pointers (#622) by Steven Hartland · 2 years, 1 month ago
  15. d3b4cc3 fix: correct do script error check (#563) by Wenpeng · 2 years, 1 month ago
  16. 2c2a5c2 chore: remove go1.7 and below support (#623) by Steven Hartland · 2 years, 1 month ago
  17. 95c091f fix: respect ctx in cmds run in DialContext (#620) by mitchsw · 2 years, 1 month ago
  18. bcef0d8 fix: error message for SlowLog conversion (#612) by dmitri-lerko · 2 years, 2 months ago
  19. 222ca62 fix: update golangci-lint for golang 1.18 (#616) by Steven Hartland · 2 years, 2 months ago
  20. 5b789c6 chore: refactor map helpers to reduce duplication (#606) by Steven Hartland · 2 years, 4 months ago
  21. dc67576 chore: add go test action (#607) by Steven Hartland · 2 years, 4 months ago
  22. dbebed5 feat: add Float64Map (#605) by Sown · 2 years, 4 months ago
  23. 3eb0774 feat: add RequestContext to PubSubConn (#603) by Peter A. Bigot · 2 years, 4 months ago
  24. 8eb5625 fix: correct instructions for detecting DialReadTimeout (#601) by Peter A. Bigot · 2 years, 5 months ago
  25. a83ebbe fix: surface underlying error for slice / map helpers (#580) by Steven Hartland · 2 years, 7 months ago v1.8.8
  26. 2fd670f fix: retract tagged versions (#590) by Steven Hartland · 2 years, 7 months ago v1.8.7
  27. cc6be48 fix(modules): upgrade testify by Guy Korland · 2 years, 7 months ago
  28. 574218b fix: DoContext call to DoWithTimeout (#576) by Steven Hartland · 2 years, 10 months ago v1.8.6
  29. 56d6448 feat: add DoContext and ReceiveContext (#537) by chenjie199234 · 2 years, 10 months ago
  30. bf63cd5 feat: implement DialURLContext(...) (#574) by Cameron Elliott · 2 years, 10 months ago
  31. 46992b0 fix: DialURL compatibility with redis-cli (#566) by Steven Hartland · 3 years, 2 months ago v1.8.5
  32. 72af812 chore: Add clog config (#555) by Steven Hartland · 3 years, 6 months ago v1.8.4
  33. 9e4eba0 chore(docs): update godoc links (#482) by yjh · 3 years, 6 months ago
  34. dbd3ec6 chore: Enable golangci-lint and fix errors (#554) by Steven Hartland · 3 years, 6 months ago
  35. e2bc6db chore: Remove unnecessary blank (_) identifier (#551) by Shubhendra Singh Chauhan · 3 years, 6 months ago
  36. 8a8dbfb chore: remove redundant type conversion (#541) by xyb · 3 years, 8 months ago
  37. c4a82d6 feat: Add TLS Handshake timeout support (#530) by Steven Hartland · 3 years, 9 months ago v1.8.3
  38. 0b0ad3d fix: Add end of terms and conditions in LICENSE (#531) by Stan Hu · 3 years, 9 months ago
  39. bd964e5 fix: open connection count (#527) by Rohan Verma · 3 years, 9 months ago
  40. a7bb38d fix: Correct type in `Ints` documentation (#528) by Jeremy Wiebe · 3 years, 10 months ago
  41. 4a33ea0 chore: improve readability of lazyInit (#522) by xyb · 3 years, 10 months ago
  42. 51dc771 chore: improve ScanStruct performance (#523) by xyb · 3 years, 10 months ago
  43. e340398 chore: remove unneeded loop check (#524) by xyb · 3 years, 10 months ago
  44. 6f8b898 fix(travis-ci): Remove older versions of go (#516) by Steven Hartland · 3 years, 11 months ago
  45. efddc00 fix: typo in Float64 documentation (#515) by Hanjun Kim · 3 years, 11 months ago
  46. 6fdf877 Revert "fix: go get example in README.md (#488)" (#497) by Steven Hartland · 3 years, 11 months ago
  47. 90a3d85 chore: Remove unneeded ctx == nil check (#498) by Steven Hartland · 4 years, 1 month ago
  48. d7ac9b7 fix: go get example in README.md (#488) by ppphp · 4 years, 1 month ago
  49. d87c84d fix: GetContext must return errorConn (#494) by Homer Huang · 4 years, 1 month ago
  50. c1aa5e6 fix: Correct grammar in ScanSlice docs (#491) by Steven Hartland · 4 years, 2 months ago v1.8.2
  51. 387faf7 feat(ScanSlice): Add Scanner support (#489) by Steven Hartland · 4 years, 2 months ago
  52. de9a794 feat(AddFlat): Add support for Anonymous field pointers (#490) by Steven Hartland · 4 years, 2 months ago
  53. 1b2b891 fix: Handle pool get ctx cancellation promptly (#470) by iurii · 4 years, 2 months ago
  54. 941d323 feat: Added support for ACL logins (#480) by filipe oliveira · 4 years, 2 months ago
  55. 2eadaa0 feat: Add context dial support (#476) by 178inaba · 4 years, 2 months ago
  56. b685725 chore: Add new go versions to travis (#483) by yjh · 4 years, 3 months ago
  57. 1f0820a chore: Remove deprecated sudo setting. (#481) by dengliming · 4 years, 3 months ago
  58. 0e4c251 chore: Simplify Pool.Get (#478) by 178inaba · 4 years, 3 months ago
  59. 129455d fix: Argument processing on pointers (#474) by Steven Hartland · 4 years, 3 months ago v1.8.1
  60. 898fbd0 feat: go mod support by Steven Hartland · 4 years, 3 months ago v1.8.0
  61. ac5712f fix: Revert go mod changes (#472) by Steven Hartland · 4 years, 3 months ago v1.7.2
  62. e14091d feat: support go mod (#440) by Daniel Cormier · 4 years, 3 months ago v1.7.1
  63. b29b083 fix: Formatting issues on tip (#471) by Steven Hartland · 4 years, 3 months ago
  64. 889ba3e fix: Uint64s and Uint64Map tests (#469) by Steven Hartland · 4 years, 3 months ago
  65. 37c69a2 chore: Remove validation against go prior to 1.9.x (#465) by Steven Hartland · 4 years, 4 months ago
  66. 617d952 feat: Add Uint64Map and Uint64s(#453) by xuanskyer · 4 years, 4 months ago
  67. 2cca74e fix(docs): Correct typo in deprecated NewPool function (#463) by Ramy Aboul Naga · 4 years, 4 months ago
  68. 7ac8ae1 Simplify string reply check (#457) by Cuong Manh Le · 4 years, 6 months ago
  69. 26e4eea feat: Add helper to parse SLOWLOG GET command by rammantripragada · 4 years, 6 months ago
  70. 09d8471 addflat: respect RedisArg presence by Cyril David · 4 years, 9 months ago
  71. 4f569a4 feat: Add ptr support for scan and flatten by Yuchi W · 4 years, 10 months ago
  72. d3876d4 fix(scan): Support Scan into pointer to RedisScan by Steven Hartland · 5 years ago
  73. 574c33c DialURL ignores opaque url by LE Manh Cuong · 5 years ago
  74. 39e2c31 Support DialContext on Pool by Masayuki Izumi · 5 years ago
  75. 9f26187 Drop support for Go 1.6 and earlier by Masayuki Izumi · 5 years ago
  76. bb7915a Add Go 1.12.x by Masayuki Izumi · 5 years ago
  77. 42f3569 Add wait statistics to pools by Steven Hartland · 5 years ago
  78. b47395a fix: tiny spelling mistake; (#402) by XieWei · 5 years ago
  79. 4b40ddb Explicitly mention Close() in concurrency doc by Gary Burd · 5 years ago
  80. 4632c21 Handle nil value conversion in scan by Gary Burd · 5 years ago
  81. 43fe510 Handle nil source values in Scan by Gary Burd · 5 years ago
  82. e1f5b33 Handle error and simple strings in array Scan by Gary Burd · 6 years ago
  83. aefe8f5 Add CLIENT SETNAME to dial options by Marco Bersani · 6 years ago
  84. 02dc273 Handle RESP strings longer than bufio.Reader size by Gary Burd · 6 years ago v1.7.0
  85. e8fc069 Bump Travis versions (#370) by Harald Nordgren · 6 years ago
  86. b9037db Merge internal package into the packages that use it by Gary Burd · 6 years ago
  87. 2cd21d9 Add NewLoggingConnFilter by 白维 · 6 years ago
  88. 26fa114 Improve tests suite for nil pointer struct scans by Andrew Montgomery · 6 years ago
  89. bb5990d fix link in contributing template (#337) by Alexander Emelin · 6 years ago
  90. 9352ab6 Change link to Sentinel lib that supports gomodule/redigo (#330) by Alexander Emelin · 6 years ago
  91. 80111bd update redisc url to canonical one (#329) by Martin Angers · 6 years ago
  92. 9c11da7 Merge PMessage and Message by Gary Burd · 6 years ago v2.0.0
  93. 30da9cb Update for new import path by Gary Burd · 6 years ago
  94. a7327d8 Add max lifetime option to pool by Gary Burd · 6 years ago
  95. a69d193 Restore support for Go 1.4 - Go 1.6 by Gary Burd · 6 years ago
  96. 3827f8a Use standard library context package by Gary Burd · 6 years ago
  97. f5d5b3d Improve pool by Gary Burd · 7 years ago
  98. d1ed5c6 Cleanup TLS config clone by Gary Burd · 7 years ago
  99. 2ca15d0 Add *WithTimeout methods by Gary Burd · 7 years ago
  100. 5f161ed Add the missing comma in comment(#305). (#306) by Frank Xu · 7 years ago