Class: RedisClient::Cluster::Pipeline::RedirectionNeeded

Inherits:
Error
  • Object
show all
Defined in:
lib/redis_client/cluster/pipeline.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Error

#with_config

Instance Attribute Details

#first_exceptionObject

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

#indicesObject

Returns the value of attribute indices.



119
120
121
# File 'lib/redis_client/cluster/pipeline.rb', line 119

def indices
  @indices
end

#repliesObject

Returns the value of attribute replies.



119
120
121
# File 'lib/redis_client/cluster/pipeline.rb', line 119

def replies
  @replies
end