go-redis-server
go-redis-server copied to clipboard
Session data handling/select broken
Hi,
How can I store connection related data ? like the current db for each connection.
Currently, spawning two redis-cli
console, and select
ing a db in the first console, it also affect the second connection.
Any thoughts ? Thanks!