NetFetch.config
index

# Copyright (c) 2015 Tim Savannah GPLv3 + attribution clause. See LICENSE for more information.

 
Functions
       
getRedisConnectionParams(configFile)
getRedisConnectionParams - Reads Redis connection params from a config file
 
Format is one section, [redis], with a key=value  for  each param (host/port/db)
 
@param configFile <str>  - Config file  path
 
@return <dict> - params to redis.Redis