Class: RDKit::RESPRunner

Inherits:
RESPResponder show all
Defined in:
lib/rdkit/resp_responder.rb

Class Method Summary collapse

Methods inherited from RESPResponder

#client, #config, #debug, #gc, #heapdump, #info, #monitor, #run, #server, #shutdown, #slowlog

Methods included from DBCommands

#select

Methods included from DBCommands::ServerCommands

#flushall, #flushdb

Methods included from DBCommands::KeyCommands

#del, #exists, #keys, #type

Methods included from DBCommands::HashCommands

#hdel, #hexists, #hget, #hkeys, #hlen, #hset, #hstrlen, #hvals

Methods included from DBCommands::SetCommands

#sadd, #scard, #sismember, #smembers, #srem

Methods included from DBCommands::ListCommands

#llen, #lpop, #lpush, #lrange, #rpop

Methods included from DBCommands::StringCommands

#get, #getset, #mget, #mset, #set, #setnx, #strlen

Methods included from SimpleCommands

#echo, #ping, #time

Class Method Details

.inherited(base) ⇒ Object



101
102
103
# File 'lib/rdkit/resp_responder.rb', line 101

def self.inherited(base)
  $stderr.puts "RESPRunner is deprecated, use RESPResponder instead"
end