0xsky / xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
GNU General Public License v3.0
337 stars 153 forks source link

Is there an agenda to implement transaction related commands? #27

Closed ciasom closed 7 years ago

ciasom commented 7 years ago

The following five commands: / DISCARD / / EXEC / / MULTI / / UNWATCH / / WATCH /

0xsky commented 7 years ago

In my design, these commands are not much needed. Mainly because data is multi node and sub slice storage. If you need him, I can implement these commands, and note that you can only use them in a single physical node scenario.

ciasom commented 7 years ago

Thanks. If they can be only used in a single node, then don't bother to do that.