Class
Redis::Connection::Ruby
In:
lib/redis/connection/ruby.rb
Parent:
Object
Methods
connect
connected?
disconnect
format_bulk_reply
format_error_reply
format_integer_reply
format_multi_bulk_reply
format_reply
format_status_reply
get_tcp_keepalive
get_tcp_keepalive
new
read
set_tcp_keepalive
set_tcp_keepalive
timeout=
write
Included Modules
Redis::Connection::CommandHelper
Constants
MINUS
=
"-".freeze
PLUS
=
"+".freeze
COLON
=
":".freeze
DOLLAR
=
"$".freeze
ASTERISK
=
"*".freeze
Public Class methods
connect
(config)
new
(sock)
Public Instance methods
connected?
()
disconnect
()
format_bulk_reply
(line)
format_error_reply
(line)
format_integer_reply
(line)
format_multi_bulk_reply
(line)
format_reply
(reply_type, line)
format_status_reply
(line)
get_tcp_keepalive
()
get_tcp_keepalive
()
read
()
set_tcp_keepalive
(keepalive)
set_tcp_keepalive
(keepalive)
timeout=
(timeout)
write
(command)
[Validate]