redis() is no longer useless
This commit is contained in:
parent
e1c81a249d
commit
7c34709885
|
@ -12,10 +12,6 @@ use lib $Bin;
|
||||||
use MarkovBot::Config;
|
use MarkovBot::Config;
|
||||||
|
|
||||||
sub redis() {
|
sub redis() {
|
||||||
# Returns a redis object
|
|
||||||
# This is fairly useless but in the future could be used to
|
|
||||||
# pass specific options to redis.
|
|
||||||
#
|
|
||||||
# TODO: support connection to redis via a socket
|
# TODO: support connection to redis via a socket
|
||||||
|
|
||||||
return new Redis (
|
return new Redis (
|
||||||
|
|
Loading…
Reference in New Issue