HandlerSocket-Plugin-for-MySQL icon indicating copy to clipboard operation
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...

Results 79 HandlerSocket-Plugin-for-MySQL issues
Sort by recently updated
recently updated
newest added

please provide a java client to handlersocket or else create a english protocol doc please.

feature_request

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...

feature_request

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....

feature_request

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...

bug_report

HandlerSocket should have official ML for discussion.

feature_request

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...

bug_report

Please make a Python client.

feature_request

Write access token to config file and clients send auth command with the token first.

feature_request

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...

bug_report