DeNA / HandlerSocket-Plugin-for-MySQL

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; instead it supports simple CRUD operations on tables.
Other
1.13k stars 150 forks source link

Atomic read-modify-write operations #6

Open ahiguti opened 13 years ago

ahiguti commented 13 years ago

Atomic read-modify-write operations should be supported.

Ossip commented 13 years ago

yes, agreed! it would ideally need to allow insert with default or specified (dynamic) values if no row was found. like using: insert .. on duplicate key update ..

selforganized commented 13 years ago

This feature would be great!

dyu commented 13 years ago

+1. like memcached's compare-and-set

selforganized commented 13 years ago

Hi,

Just wondered if this feature has been implemented yet?

ahiguti commented 13 years ago

Not yet.

poison commented 13 years ago

Do you plan to implement the feature? It would be awesome!

CoderTiger commented 13 years ago

Hello, have the features been implemented? (: