Releases: redis-performance/redis-benchmark-go
Releases · redis-performance/redis-benchmark-go
Version 1.0.3
What's Changed
- Added the option to enable/disable MULTI/EXEC on client side caching feature. Avoid cluster shards on standalone connection. by @filipecosta90 in #36
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2
What's Changed
- Added CSC hits/evicts counter by @filipecosta90 in #35
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1
What's Changed
- Added CLI flag
-u
for Redis Auth username. by @elicore in #33 - Included tests for -u flag by @filipecosta90 in #34
New Contributors
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
What's Changed
- Introduce client side caching benchmark capabilities. Enable rueidis/radix underlying vanilla client selection by @filipecosta90 in #31
- Included Client Side Caching docs with examples by @filipecosta90 in #32
Full Changelog: v0.2.3...v1.0.0
Version 0.2.3
What's Changed
- updated release action to the lastest by @filipecosta90 in #25
Full Changelog: v0.2.2...v0.2.3
Version 0.2.2
What's Changed
- Introduce -nameserver option to allow to specify the DNS server by @filipecosta90 in #24
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
What's Changed
- Fixed artifact upload GH action permission by @filipecosta90 in #22
Full Changelog: 0.2.0...v0.2.1
Version 0.2.0
What's Changed
- Added multi command support via -cmd and -cmd-ratio by @filipecosta90 in #21
Full Changelog: v0.1.1...0.2.0
Version 0.1.1
What's Changed
- Update readme org. Included new args on tool. Fixed release process by @filipecosta90 in #20
Full Changelog: v0.1.0...v0.1.1
Version 0.1.0
What's Changed
- Add RESP3 support ( --resp parameter ) by @ofekshenawa in #19
New Contributors
- @ofekshenawa made their first contribution in #19
Full Changelog: v0.0.7...v0.1.0