Skip to content

Commit

Permalink
Update Memcached engine description
Browse files Browse the repository at this point in the history
Removed comparison with Memcache engine as it isn't supported anymore.
  • Loading branch information
CauanCabral committed Nov 27, 2018
1 parent 053c074 commit c8eee74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Cache/Engine/MemcachedEngine.php
Expand Up @@ -23,9 +23,8 @@
* control you have over expire times far in the future. See MemcachedEngine::write() for
* more information.
*
* Main advantage of this Memcached engine over the memcached engine is
* support of binary protocol, and igbinary serialization
* (if memcached extension compiled with --enable-igbinary)
* Memcached engine support of binary protocol and igbinary
* serialization (if memcached extension compiled with --enable-igbinary).
* Compressed keys can also be incremented/decremented
*/
class MemcachedEngine extends CacheEngine
Expand Down

0 comments on commit c8eee74

Please sign in to comment.