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.
112 113 114 |
# File 'lib/redis_client/cluster/pipeline.rb', line 112 def first_exception @first_exception end |
#replies ⇒ Object
Returns the value of attribute replies.
112 113 114 |
# File 'lib/redis_client/cluster/pipeline.rb', line 112 def replies @replies end |