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

#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