Skip to content

Go >= 1.17, redis.set_repl(), StartAddrTLS, XADD and SRANDMEMBER fixes

Latest
Compare
Choose a tag to compare
@alicebob alicebob released this 29 May 13:41
· 1 commit to master since this release
  • minimum Go version is now 1.17
  • fix integer overflow (thanks @wszaranski)
  • test against the last BSD redis (7.2.4)
  • ignore 'redis.set_repl()' call (thanks @TingluoHuang)
  • various build fixes (thanks @wszaranski)
  • add StartAddrTLS function (thanks @agriffaut)
  • support for the NOMKSTREAM option for XADD (thanks @Jahaja)
  • return empty array for SRANDMEMBER on nonexistent key (thanks @WKBae)