Memcached for haxe

2008/06/15 by Laurent Bedubourg in memcached

There is a great amount of tech-buzz around memcached.

The fact is memcached is a great tool to ease your database server's life and with such a centralized memory system you can come up with many funny ideas :)

Because its protocol is simple and plain text (you can test memcached using telnet) it is really easy to implement a client for you prefered programming language.

haxe memcached library contains two classes :

  • memcached.Connection : the raw implementation of the memcached protocol, you can use this class if you which to do specific things of implement your own client.
  • memcached.Client : a stupid client which support most common operation and which deals with serialization of haxe objects.
haxelib install memcached

https://svn.motion-twin.com/memcached

Comments

No comment posted on this entry yet.
Post a comment
On this blog comments are pre-moderated. Your comment will only appear after the blog owner validates it.
Please enter 9273 here.
Haxe Powered Rss flux Valid XHTML 1.0 Valid CSS