[REBOL] ANN: memcached:// protocol for rebol
From: hallvard:ystad:g:mail at: 4-Oct-2009 10:07
Hello list,
I've been using memcached (http://www.danga.com/memcached/) only for a
few months, but I have come to like it. It is fast.
Now, to access it from rebol, I've done some reasearch and tried to
make a protocol handler for memcached. Feel free to look at it here:
http://babelserver.org/rebol/memcached/
It's not nearly a complete protocol handler. For instance, there is no
'read, only 'insert and 'copy. I might consider expanding it in the
future, but right now, I feel no need for that. It works for me.
Coments are welcome.
HY