v8.11.1
版本发布时间: 2021-07-29 15:17:57
redis/go-redis最新发布版本:v9.6.1(2024-07-25 16:09:58)
Enhancement:
-
DBSize
,ScriptLoad
,ScriptFlush
andScriptExists
should use hook. (#1811) - Added FIFO option to connection pool, set option
Options.PoolFIFO
to true. (#1820) - The connection is checked before use, it will increase the CPU time by 5-10% (#1824)
- Check Failing() before serving random node. (#1825)
Command:
- RPOP command supports Count option (redis-server >= 6.2)
- New cmd:
GeoSearch
,GeoSearchStore
(redis-server >= 6.2)
Thanks: @ktaekwon000 @hidu @AnatolyRugalev