redis-rb icon indicating copy to clipboard operation
redis-rb copied to clipboard

Improve unix urls

Open ccutrer opened this issue 8 years ago • 2 comments

ccutrer avatar Oct 18 '17 20:10 ccutrer

Thinking more about this, I don’t like the query being the db. It should be regular key/value pairs instead. That would mean being able to specify other params (like the id, for using in a ring), and we could add that to regular redis URIs too. I’ll work on that tomorrow.

ccutrer avatar Oct 18 '17 23:10 ccutrer

I've update the PR to be more generic, and to not change the behavior of Connection#id (realizing now that that could break the layout of existing hash rings).

ccutrer avatar Oct 19 '17 17:10 ccutrer

Closing as stale.

byroot avatar Aug 17 '22 18:08 byroot