TODO

Sun, 01 Aug 2010 13:24:24 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 01 Aug 2010 13:24:24 +0100
changeset 19
61c4d7f8279c
parent 18
d4822ae9d901
child 20
2cc1720b8633
permissions
-rw-r--r--

Add 'incr' and 'decr' commands (32-bit only)

10
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Mooncached is a work in progress, and at the time of writing is rather basic.
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 Commands that need implementing:
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 * append
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 * prepend
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 * cas
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 * gets
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 * incr
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 * decr
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 * stats
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12 Other things:
c0af306fa54d Add TODO
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 * Purge keys on reaching RAM threshold

mercurial