Memcached for haxe
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
Comments
No comment posted on this entry yet.



