Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 336 Bytes

LockAccrossMachine

A lock accross machine for a distributed system using aerospike.

#Installation Override the config according to your system By default it is

{
    "hosts": [("127.0.0.1", 3000)]
}

We have to register the udf to use this module

from aerospike import client
client.udf_put("atomicity.lua")