Class: RedisClient::Cluster::Pipeline::StaleClusterState
- Defined in:
- lib/redis_client/cluster/pipeline.rb
Instance Attribute Summary collapse
-
#first_exception ⇒ Object
Returns the value of attribute first_exception.
-
#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.
115 116 117 |
# File 'lib/redis_client/cluster/pipeline.rb', line 115 def first_exception @first_exception end |
#replies ⇒ Object
Returns the value of attribute replies.
115 116 117 |
# File 'lib/redis_client/cluster/pipeline.rb', line 115 def replies @replies end |