HandlerSocket-Plugin-for-MySQL
HandlerSocket-Plugin-for-MySQL copied to clipboard
HandlerSocket is a NoSQL plugin for MySQL, working as a daemon inside the mysqld process, to accept tcp connections, and execute requests from clients. HandlerSocket does not support SQL queries; inst...
java client
please provide a java client to handlersocket or else create a english protocol doc please.
Not sure if the C++ client that comes with HandlerSocket supports async/non-blocking access. If it doesn't, it'd be great to make it support async/non-blocking access. More and more people are...
If you made a PHP client, I bet many project would become very interested in HandlerSocket. For instance, StatusNet is interested... but a lack of a PHP interface is problematic....
I'm building handlersocket against MySQL 5.1.51 and I'm getting a bunch of problems. First of all, when I try to shut down MySql, I get: [egoldman@turtle-06 5.1.51]$ sudo /etc/init.d/mysql stop...
telnet localhost 9999 P 1 HSPHP_test write1 PRIMARY k,v 0 1 1 + 2 10 10 0 1 1 + 2 10 10 1 1 as you can see ,insert...
Write access token to config file and clients send auth command with the token first.
Hi. I've had issues building the C++ client, due to the makefile. the line: hsclient_LDFLAGS= -static -L../libhsclient/.libs -lhsclient seems to cause the make to look for the libs in .libs/.libs...