Limits
LIMIT_CACHE_DRIVER
: What type of driver or connection to use for limit cache storage LIMIT_CACHE_PREFIX
: A prefix used for all cache written out from this installation LIMIT_CACHE_PATH
: Path to a folder where limit tracking information will be stored LIMIT_CACHE_TABLE
: The database table name where limit tracking information will be stored LIMIT_CACHE_HOST
: The hostname or IP address of the redis server LIMIT_CACHE_PORT
: The connection port for the host given, or blank if the provider default is used LIMIT_CACHE_USERNAME
: Credentials for the service if required LIMIT_CACHE_PASSWORD
: Credentials for the service if required LIMIT_CACHE_PERSISTENT_ID
: Memcached persistent ID setting LIMIT_CACHE_WEIGHT
: Memcached weight setting LIMIT_CACHE_DATABASE
: The desired Redis database number between 0 and 16 (or the limit set in your redis.conf file