redis-rb
redis-rb copied to clipboard
Fix client ID scheme
This fix Redis::Client#id to display the scheme being used correctly. It used to show redis scheme regardless of any other scheme we use (rediss, unix...)
@byroot I updated the commit. You can check it out.
scheme is no longer a thing in 5.0, closing.