Method: Aerospike::MultiCommand#compressed?
- Defined in:
- lib/aerospike/command/multi_command.rb
#compressed? ⇒ Boolean
240 241 242 |
# File 'lib/aerospike/command/multi_command.rb', line 240 def compressed? @compressed_data_buffer != nil end |