Class
Redis::Pipeline
In:
lib/redis/pipeline.rb
Parent:
Object
Methods
call
call_pipeline
commands
finish
new
shutdown?
with_reconnect
with_reconnect?
without_reconnect
without_reconnect?
Classes and Modules
Class
Redis::Pipeline::Multi
Attributes
futures
[R]
Public Class methods
new
()
Public Instance methods
call
(command, &block)
call_pipeline
(pipeline)
commands
()
finish
(replies, &blk)
shutdown?
()
with_reconnect
(val=true) {|| ...}
with_reconnect?
()
without_reconnect
(&blk)
without_reconnect?
()
[Validate]