class Sonic::Channels::Control
Defined in:
sonic/channels/control.cr
Instance Method Summary
connection : Connection
connection,
count(collection, bucket = nil, object = nil)
count,
flushb(collection, bucket)
flushb,
flushc(collection)
flushc,
flusho(collection, bucket, object)
flusho,
help(manual)
help,
ping
ping,
pop(collection, bucket, object, text)
pop,
push(collection, bucket, object, text, lang = nil)
push,
query(collection, bucket, terms, limit = nil, offset = nil, lang = nil)
query,
quit
quit,
suggest(collection, bucket, word, limit = nil)
suggest,
trigger(action)
trigger
new(connection : Connection)
new
Instance Method Detail
def
trigger(action : String)
#