Hello folks,
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 easily 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.
All comments are welcome anyway.
HY