Skip to main content

A simple redis lock.

Project description

Installation

pip install simple-redis-lock

Usage

from simple_redis_lock import get_simple_lock
import your_redis_client

with get_imple_lock(your_redis_client, 'my_lock_name', ex=30) as lock:
    if lock:
        print('get the lock, and do something, finish release the lock')
    else:
        print('do not get lock, return')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simple-redis-lock-0.1.2.tar.gz (1.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page