redis-rb
redis-rb copied to clipboard
Improve unix urls
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.
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).
Closing as stale.