redis
redis copied to clipboard
BREAKING: [WIP] Introduce `Client` interface
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