You are here

constant Redis_Cache::FLUSH_NORMAL in Redis 7.3

Uses EVAL scripts to flush data when called

This remains the default behavior and is safe until you use a single Redis server instance and its version is >= 2.6 (older version don't support EVAL).

File

lib/Redis/Cache.php, line 27

Class

Redis_Cache
Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.

Code

const FLUSH_NORMAL = 0;