v3.2.0
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.