summaryrefslogtreecommitdiffstats
path: root/network/memcached-init/README
diff options
context:
space:
mode:
author Marcel Saegebarth2015-08-11 07:25:36 +0200
committer Willy Sudiarto Raharjo2015-08-11 18:25:27 +0200
commit103a254f8882f2ea118eb105bb7c7bb450476da4 (patch)
treead814bf8911741385168ced203426b67e377472a /network/memcached-init/README
parenta4ee0e7b1ba6563496e0b4ed0715ce0ec9b59d2d (diff)
downloadslackbuilds-103a254f8882f2ea118eb105bb7c7bb450476da4.tar.gz
network/memcached-init: Added (memcached init and config).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/memcached-init/README')
-rw-r--r--network/memcached-init/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/network/memcached-init/README b/network/memcached-init/README
new file mode 100644
index 0000000000..7cb4c24982
--- /dev/null
+++ b/network/memcached-init/README
@@ -0,0 +1,14 @@
+Free & open source, high-performance, distributed memory object
+caching system, generic in nature, but intended for use in speeding
+up dynamic web applications by alleviating database load.
+
+Memcached is an in-memory key-value store for small chunks of
+arbitrary data (strings, objects) from results of database calls,
+API calls, or page rendering.
+
+Memcached is simple yet powerful. Its simple design promotes quick
+deployment, ease of development, and solves many problems facing
+large data caches. Its API is available for most popular languages.
+
+This package extends `memcached' by an init-script and (sane)
+configuration file for Slackware.