Class: RedisClient::Cluster::Pipeline::RedirectionNeeded
- Defined in:
- lib/redis_client/cluster/pipeline.rb
Instance Attribute Summary collapse
-
#first_exception ⇒ Object
Returns the value of attribute first_exception.
-
#indices ⇒ Object
Returns the value of attribute indices.
-
#replies ⇒ Object
Returns the value of attribute replies.
Method Summary
Methods inherited from Error
Instance Attribute Details
#first_exception ⇒ Object
Returns the value of attribute first_exception.
119 120 121 |
# File 'lib/redis_client/cluster/pipeline.rb', line 119 def first_exception @first_exception end |
#indices ⇒ Object
Returns the value of attribute indices.
119 120 121 |
# File 'lib/redis_client/cluster/pipeline.rb', line 119 def indices @indices end |
#replies ⇒ Object
Returns the value of attribute replies.
119 120 121 |
# File 'lib/redis_client/cluster/pipeline.rb', line 119 def replies @replies end |