crodas / microredis

Redis server implemented in rust.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Added `client list` support #4

Closed crodas closed 2 years ago

crodas commented 2 years ago

Added client list support. To make this happen the Connections struct has been simplified to be shared safely between each Connection object.