From 5f69d36f2cefc99cb37448375b9230372b377647 Mon Sep 17 00:00:00 2001 From: Raj Shah Date: Thu, 13 Aug 2026 21:42:31 -0700 Subject: [PATCH] Update hyperlinks to redis-py documentation --- pottery/nextid.py | 2 +- pottery/redlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pottery/nextid.py b/pottery/nextid.py index 7ddd0532..1893f594 100644 --- a/pottery/nextid.py +++ b/pottery/nextid.py @@ -20,7 +20,7 @@ http://antirez.com/news/102 Lua scripting: - https://github.com/andymccurdy/redis-py#lua-scripting + https://redis.readthedocs.io/en/stable/lua_scripting.html#lua-scripting-in-default-connections ''' diff --git a/pottery/redlock.py b/pottery/redlock.py index accebf5c..6386305a 100644 --- a/pottery/redlock.py +++ b/pottery/redlock.py @@ -28,7 +28,7 @@ https://github.com/SPSCommerce/redlock-py Lua scripting: - https://github.com/andymccurdy/redis-py#lua-scripting + https://redis.readthedocs.io/en/stable/lua_scripting.html#lua-scripting-in-default-connections '''