├── LICENSE ├── README.md ├── bitrix └── .settings_extra.php └── local └── lib └── cacheengineredis.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlandh/bitrix-redis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlandh/bitrix-redis/HEAD/README.md -------------------------------------------------------------------------------- /bitrix/.settings_extra.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlandh/bitrix-redis/HEAD/bitrix/.settings_extra.php -------------------------------------------------------------------------------- /local/lib/cacheengineredis.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adlandh/bitrix-redis/HEAD/local/lib/cacheengineredis.php --------------------------------------------------------------------------------