We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d958125 commit 11043dfCopy full SHA for 11043df
1 file changed
redis/commands/core.py
@@ -2904,7 +2904,7 @@ def blpop(
2904
) -> Union[Awaitable[list], list]:
2905
"""
2906
LPOP a value off of the first non-empty list
2907
- named in the ``keys`` list.
+ named in ``keys``.
2908
2909
If none of the lists in ``keys`` has a value to LPOP, then block
2910
for ``timeout`` seconds, or until a value gets pushed on to one
@@ -2925,7 +2925,7 @@ def brpop(
2925
2926
2927
RPOP a value off of the first non-empty list
2928
2929
2930
If none of the lists in ``keys`` has a value to RPOP, then block
2931
0 commit comments