Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRedisLock

Gevent Friendly Redis Lock with extensive tests

How it works?

from gredislock import GRedisLock

lock = GRedisLock(redis_instance, "lockname")

lock.acquire()
lock.release()

or

with GRedisLock(redis_instance, "lockname"):
    # do something

About

gevent friendly redis lock with extensive tests. thread-safe

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages