v0.2.0-M3
Pre-release
Pre-release
ChristopherDavenport
released this
05 Jan 06:00
·
172 commits
to main
since this release
News
- Adds Initial Approach to Streams (very experimental)
- Adds Pretty Resp Printing (redis cli style and resp protocol style)
- Experimental BufferedSocket to allow resp out.
- Adds Testing Support for communication via Whale Tail
- Optimizes Pipeline Transaction extraction switching from List to Chunk
- Array Builder for better performance
What's Changed
- Attempt Built-In Parallelism by @ChristopherDavenport in #26
- Switch to Builders for a better binary compatibility story by @ChristopherDavenport in #28
- Pubsub Implementation by @ChristopherDavenport in #29
- Reduce Bounds from Async to Concurrent by @ChristopherDavenport in #30
- Optimized Indexed Access in Pipeline/Transaction by @ChristopherDavenport in #34
- Array Builder Appears Significantly More Performant by @ChristopherDavenport in #35
- Resp Printers by @ChristopherDavenport in #37
- Cross-Platform Docker Testing by @ChristopherDavenport in #39
- Let partial data out but buffer leftover bytes by @ChristopherDavenport in #38
- Support Redis Streams Revisited (xadd, xread, RedisStream) by @ChristopherDavenport in #40
Full Changelog: v0.1.1...v0.2.0-M3