Method: Aerospike::CDT::Context.map_value

Defined in:
lib/aerospike/cdt/context.rb

.map_value(key) ⇒ Object

Lookup map by value.

[View source]

108
109
110
# File 'lib/aerospike/cdt/context.rb', line 108

def self.map_value(key)
  Context.new(0x23, key)
end