README

changeset 8
281b2c05bff0
child 11
85c18da60925
equal deleted inserted replaced
7:2835b44fe517 8:281b2c05bff0
1 ---------- - ------------------------------
2 Mooncached - the moon on a stick (of RAM) -
3 ---------- - -----------------------------
4
5 Mooncached is a tiny memcached server written in Lua. You can use it
6 to store and retrieve chunks of data from your applications.
7
8 Installation
9 ------------
10 Mooncached is mostly standalone - it just depends on LuaSocket, which
11 is available in most BSD and Linux distributions, and from its site
12 at http://luasocket.luaforge.net/ .
13
14 Configuration
15 -------------
16 Just run mooncached.lua. It listens on port 11211 (the default
17 memcached port). You can use Squish
18 (http://matthewwild.co.uk/projects/squish ) to produce a standalone
19 "mooncached" script.
20
21 Usage
22 -----
23 Any Memcached client library should work with Mooncached, see
24 http://code.google.com/p/memcached/wiki/Clients for a list.
25
26 Contact
27 -------
28 Matthew Wild <mwild1@gmail.com>
29
30 Licence
31 -------
32 Mooncached is licensed under the MIT/X11 licence, the same as Lua
33 5.1 itself.

mercurial