]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-8075
authorWilliam King <william.king@quentustech.com>
Sat, 9 May 2015 01:02:28 +0000 (18:02 -0700)
committerWilliam King <william.king@quentustech.com>
Fri, 28 Aug 2015 23:56:38 +0000 (16:56 -0700)
commitd1d0f553bc02e1091bc9d0230b7fd78409146a4f
tree9b1e66bd77ff4631c3694f4d194627a5ff217501
parentdb63d5d6a5d3103bc80b9818b12b876c348d44a0
FS-8075

Initial commit of mod_hiredis. Add expanded redis support to include
raw redis command support, as well as the existing support for
FreeSWITCH limits.
build/modules.conf.in
conf/vanilla/autoload_configs/hiredis.conf.xml [new file with mode: 0644]
configure.ac
src/mod/applications/mod_hiredis/Makefile.am [new file with mode: 0644]
src/mod/applications/mod_hiredis/TODO [new file with mode: 0644]
src/mod/applications/mod_hiredis/hiredis_profile.c [new file with mode: 0644]
src/mod/applications/mod_hiredis/hiredis_utils.c [new file with mode: 0644]
src/mod/applications/mod_hiredis/mod_hiredis.c [new file with mode: 0644]
src/mod/applications/mod_hiredis/mod_hiredis.h [new file with mode: 0644]