Method: Aerospike::ExistsCommand#initialize

Defined in:
lib/aerospike/command/exists_command.rb

#initialize(cluster, policy, key) ⇒ ExistsCommand

Returns a new instance of ExistsCommand.

[View source]

28
29
30
31
32
33
34
# File 'lib/aerospike/command/exists_command.rb', line 28

def initialize(cluster, policy, key)
  super(cluster, key)

  @policy = policy

  self
end