Files
typeshed/stubs
Steve Dignam 4ef07810c4 redis: include local property on Lock class (#6083)
The Lock class as a property local that has a token property that sometimes
needs be accessed / set.

```python
lock = redis.lock(key)
lock.local.token = token
lock.extend(10)
```

Technically the type of `local` is `SimpleNamespace | threading.local`
but I think this setup is a bit stricter but satisfies the API.
2021-09-28 21:16:23 -07:00
..
2021-09-20 13:20:06 +02:00
2021-07-14 09:24:19 +01:00
2021-07-24 13:47:14 -07:00
2021-08-31 21:10:04 -07:00
2021-08-18 17:02:14 +03:00
2021-07-15 13:26:53 +02:00
2021-07-15 17:28:57 +02:00
2021-09-20 18:39:53 +03:00
2021-08-23 11:53:03 -07:00
2021-07-19 10:28:00 +02:00
2021-08-07 08:10:03 -07:00
2021-07-15 14:34:59 +02:00
2021-07-15 17:29:56 +02:00
2021-03-27 17:35:22 -07:00
2021-09-18 19:45:23 -07:00
2021-07-12 21:03:08 +02:00
2021-07-13 15:11:27 +01:00