module RDB::ReaderCallbacks

Public Instance Methods

accept_key?(state) click to toggle source
# File lib/rdb/callbacks.rb, line 3
def accept_key?(state)
  true
end
end_database(database) click to toggle source
# File lib/rdb/callbacks.rb, line 13
def end_database(database); end
end_hash(key, state) click to toggle source
# File lib/rdb/callbacks.rb, line 41
def end_hash(key, state); end
end_list(key, state) click to toggle source
# File lib/rdb/callbacks.rb, line 23
def end_list(key, state); end
end_rdb() click to toggle source
# File lib/rdb/callbacks.rb, line 9
def end_rdb(); end
end_set(key, state) click to toggle source
# File lib/rdb/callbacks.rb, line 29
def end_set(key, state); end
end_sortedset(key, state) click to toggle source
# File lib/rdb/callbacks.rb, line 35
def end_sortedset(key, state); end
hset(key, field, value, state) click to toggle source
# File lib/rdb/callbacks.rb, line 39
def hset(key, field, value, state); end
pexpireat(key, expiration, state) click to toggle source
# File lib/rdb/callbacks.rb, line 15
def pexpireat(key, expiration, state); end
rpush(key, value, state) click to toggle source
# File lib/rdb/callbacks.rb, line 21
def rpush(key, value, state); end
sadd(key, value, state) click to toggle source
# File lib/rdb/callbacks.rb, line 27
def sadd(key, value, state); end
set(key, value, state) click to toggle source
# File lib/rdb/callbacks.rb, line 17
def set(key, value, state); end
skip_object(key, state) click to toggle source
# File lib/rdb/callbacks.rb, line 43
def skip_object(key, state); end
start_database(database) click to toggle source
# File lib/rdb/callbacks.rb, line 11
def start_database(database); end
start_hash(key, length, state) click to toggle source
# File lib/rdb/callbacks.rb, line 37
def start_hash(key, length, state); end
start_list(key, length, state) click to toggle source
# File lib/rdb/callbacks.rb, line 19
def start_list(key, length, state); end
start_rdb(rdb_version) click to toggle source
# File lib/rdb/callbacks.rb, line 7
def start_rdb(rdb_version); end
start_set(key, length, state) click to toggle source
# File lib/rdb/callbacks.rb, line 25
def start_set(key, length, state); end
start_sortedset(key, length, state) click to toggle source
# File lib/rdb/callbacks.rb, line 31
def start_sortedset(key, length, state); end
zadd(key, score, value, state) click to toggle source
# File lib/rdb/callbacks.rb, line 33
def zadd(key, score, value, state); end