diff options
Diffstat (limited to 'databases/php-memcache/pkg-descr')
-rw-r--r-- | databases/php-memcache/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/php-memcache/pkg-descr b/databases/php-memcache/pkg-descr new file mode 100644 index 000000000000..51e485441a51 --- /dev/null +++ b/databases/php-memcache/pkg-descr @@ -0,0 +1,8 @@ +Memcached is a caching daemon designed especially for dynamic web applications +to decrease database load by storing objects in memory. This extension allows +you to work with memcached through handy OO and procedural interfaces. + +Note that this port uses unofficial development from +https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch). + +WWW: https://github.com/websupport-sk/pecl-memcache |