mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
It is now possible to specify - as config file name to read it from stdin
This commit is contained in:
@ -154,7 +154,7 @@ class Redis
|
||||
connect_to_server if !@sock
|
||||
begin
|
||||
raw_call_command(argv.dup)
|
||||
rescue Errno::ECONNRESET
|
||||
rescue Errno::ECONNRESET, Errno::EPIPE
|
||||
@sock.close
|
||||
connect_to_server
|
||||
raw_call_command(argv.dup)
|
||||
|
Reference in New Issue
Block a user