Caching and Data Stores
Modules that connect FreeSWITCH to external caches and databases for shared state and call limits.
mod_hiredis
Redis client module for FreeSWITCH providing raw command execution and a hiredis limit backend via the hiredis C library.
mod_memcache
Provides a FreeSWITCH API and file-interface backend that stores and retrieves data from a Memcached cluster.
mod_mongo
Provides MongoDB query API commands and a distributed call-limit backend for FreeSWITCH via the libmongoc driver.
mod_redis
Provides a Redis-backed limit backend for FreeSWITCH call concurrency control using the bundled credis library.