Classes | |
class | RedisServer |
Redis Server. More... | |
Functions | |
def | instantiate_local_conf_template (template, port, max_memory, logfile, working_dir) |
def | instantiate_redis_conf_template (template, local_conf_filename) |
Variables | |
pool = redis.ConnectionPool(host='localhost', port='6380', db=0) | |
def rocon_hub.redis_server.instantiate_local_conf_template | ( | template, | |
port, | |||
max_memory, | |||
logfile, | |||
working_dir | |||
) |
Variable substitution in a template file. @param port : port on which the server will run @type int @param pid_file : pathname to where the pid file will be stored @type string @param max_memory: how much memory to allocate to the redis server in bytes @type string (e.g. 10mb) @param logfile @type string @param working_dir : filesystem which redis uses to dump (can we turn this off in 2.6?) @type string
Definition at line 188 of file redis_server.py.
def rocon_hub.redis_server.instantiate_redis_conf_template | ( | template, | |
local_conf_filename | |||
) |
Variable substitution in a template file. @param local_conf_filename : where to find the local redis configuration file @type string
Definition at line 178 of file redis_server.py.
rocon_hub.redis_server.pool = redis.ConnectionPool(host='localhost', port='6380', db=0) |
Definition at line 206 of file redis_server.py.