Class: RedisClient::Cluster::Command::Detail

Inherits:
Struct
  • Object
show all
Defined in:
lib/redis_client/cluster/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_key_positionObject

Returns the value of attribute first_key_position

Returns:

  • (Object)

    the current value of first_key_position



15
16
17
# File 'lib/redis_client/cluster/command.rb', line 15

def first_key_position
  @first_key_position
end

#key_stepObject

Returns the value of attribute key_step

Returns:

  • (Object)

    the current value of key_step



15
16
17
# File 'lib/redis_client/cluster/command.rb', line 15

def key_step
  @key_step
end

#last_key_positionObject

Returns the value of attribute last_key_position

Returns:

  • (Object)

    the current value of last_key_position



15
16
17
# File 'lib/redis_client/cluster/command.rb', line 15

def last_key_position
  @last_key_position
end

#readonly?Object

Returns the value of attribute readonly?

Returns:

  • (Object)

    the current value of readonly?



15
16
17
# File 'lib/redis_client/cluster/command.rb', line 15

def readonly?
  @readonly?
end

#write?Object

Returns the value of attribute write?

Returns:

  • (Object)

    the current value of write?



15
16
17
# File 'lib/redis_client/cluster/command.rb', line 15

def write?
  @write?
end