redis icon indicating copy to clipboard operation
redis copied to clipboard

BREAKING: [WIP] Introduce `Client` interface

Open uki00a opened this issue 2 years ago • 0 comments

This PR removes RedisConnection and CommandExecutor, and introduces a new interface called Client instead. Client is a low-level Redis client that mainly abstracts connection handling and command execution.

Closes #237

uki00a avatar Aug 31 '21 13:08 uki00a