This release contains the following fixes and features:
#47 - Pipelining support for Redis Clusters - You can now pipeline requests when using the RedisCluster transform. This supports pipeline rewriting to route requests in a pipeline to the correct master.
#45 - Dynamoc logging control - You can now change log levels and log filters without needing to restart shotover.
#44 and #41 - Internal refactor that cleaned up a bunch of stuff internally and allowed us to remove most Mutexs from most Transforms.
#49 - Support for Redis 6 style auth with RedisCluster Transform.