Skip to content

v3.2.0

Compare
Choose a tag to compare
@zegl zegl released this 15 Feb 17:06
· 16 commits to v3 since this release

The main new functionality in v3.2.0 is the addition of middleware. The middleware functionality is a test and so far only a read-only RunMiddleware is available. This middleware enables you to easily gather statistics about how fast the executed commands are, and which keys you fetch the most, among other things.

If the middleware functionality is a success RunMiddleware will be enabled on all commands, and more middleware types can be added, to allow things such as pre and post command rewriting.