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



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

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



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

def key_step
  @key_step
end

#readonly?Object

Returns the value of attribute readonly?

Returns:

  • (Object)

    the current value of readonly?



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

def readonly?
  @readonly?
end

#write?Object

Returns the value of attribute write?

Returns:

  • (Object)

    the current value of write?



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

def write?
  @write?
end