Method: Aerospike::OperateCommand#write_bins
- Defined in:
- lib/aerospike/command/operate_command.rb
permalink #write_bins ⇒ Object
[View source]
33 34 35 |
# File 'lib/aerospike/command/operate_command.rb', line 33 def write_bins @operations.select { |op| op.op_type == Aerospike::Operation::WRITE }.map(&:bin).compact end |