Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Jun 26, 2024
1 parent 08ee773 commit 4343202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/glide/async_commands/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def __init__(
Args:
no_ack (bool): If set, messages are not added to the Pending Entries List (PEL). This is equivalent to
acknowledging the message when it is read.
acknowledging the message when it is read. Equivalent to `NOACK` in the Redis API.
block_ms (Optional[int]): If provided, the request will be blocked for the set amount of milliseconds or
until the server has the required number of entries. Equivalent to `BLOCK` in the Redis API.
count (Optional[int]): The maximum number of elements requested. Equivalent to `COUNT` in the Redis API.
Expand Down

0 comments on commit 4343202

Please sign in to comment.