nim-lang / redis

Official redis wrapper for Nim.
Other
128 stars 35 forks source link

do you mind adding redis sentinel support? #40

Open blackmius opened 1 month ago

blackmius commented 1 month ago

sentinel is a upper layer upon set of redises, i assume implementation can look like additional file sentinel.nim which will hold some list of connected sentinels from which will get master and replicas and then will manage commands (writes to master and reads to replicas)