diff options
author | nicholasknight <nknight@runawaynet.com> | 2011-08-15 13:01:12 -0700 |
---|---|---|
committer | nicholasknight <nknight@runawaynet.com> | 2011-08-15 13:01:12 -0700 |
commit | d35efb778c0d6864fe8a1647667894c255f99120 (patch) | |
tree | 07209e3e4fb5c787ace13db31cfb86948ce9f95e /redis/client.py | |
parent | d5fdb5fd9de30fec54a7e82c56b086fa533e0779 (diff) | |
download | redis-py-d35efb778c0d6864fe8a1647667894c255f99120.tar.gz |
Remove documentation reference to timezones for Locks. As Unix time is used, timezone should be irrelevant.
Diffstat (limited to 'redis/client.py')
-rw-r--r-- | redis/client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/client.py b/redis/client.py index 1aac82b..1c1301f 100644 --- a/redis/client.py +++ b/redis/client.py @@ -1510,8 +1510,8 @@ class Lock(object): holding the lock. Note: If using ``timeout``, you should make sure all the hosts - that are running clients are within the same timezone and are using - a network time service like ntp. + that are running clients have their time synchronized with a network time + service like ntp. """ self.redis = redis self.name = name |