Method: Aerospike::BatchRead#ops
- Defined in:
- lib/aerospike/batch_read.rb
permalink #ops ⇒ Object
Optional operations for this key. ops are mutually exclusive with #bin_names. A bin_name can be emulated with Operation#get(bin_name)
34 35 36 |
# File 'lib/aerospike/batch_read.rb', line 34 def ops @ops end |