Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paramonovav committed Dec 23, 2015
1 parent 19eaca6 commit 196a8b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ $config['modules'] = array
);
```

4. This module provides several cache drivers: Memcached (need install php-memcached extension), Igbinaryfile (need install php-igbinary), Jsonfile, Msgpackfile (need install php-msgpack) and PHP (some reasons some times need for developers)
4. This module provides several cache drivers:
* Memcached (need install php-memcached extension). Config application/config/cache/memcached.php.
* Igbinaryfile (need install php-igbinary)
* Jsonfile
* Msgpackfile (need install php-msgpack)
* PHP (some reasons some times need for developers)

0 comments on commit 196a8b8

Please sign in to comment.