Skip to content

Refactor `RedisConnection` and `RedisPipeline` into protocols.

Nathan Harris requested to merge redis-protocols into master

Motivation:

The goal of this commit is to make it easier for library users to implement their own types for creating connections and pipelines without losing all of the convenience command extensions.

This also splits executing commands from the concept of a "connection" to make it more swifty in RedisPipeline.

Merge request reports