Skip to content

Commit

Permalink
docs(connection): add decode_responses warning [python] (#2745) fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored Aug 31, 2024
1 parent e7e7193 commit 188192c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/gitbook/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
### Bug Fixes

* **job:** consider passing stackTraceLimit as 0 ([#2692](https://github.com/taskforcesh/bullmq/issues/2692)) ref [#2487](https://github.com/taskforcesh/bullmq/issues/2487) ([509a36b](https://github.com/taskforcesh/bullmq/commit/509a36baf8d8cf37176e406fd28e33f712229d27))
* **job:** make sure json.dumps return JSON compliant JSON [python] ([#2683](https://github.com/taskforcesh/bullmq/issues/2683)) ([4441711](https://github.com/taskforcesh/bullmq/commit/4441711a986a9f6a326100308d639eb0a2ea8c8d))

# [5.12.0](https://github.com/taskforcesh/bullmq/compare/v5.11.0...v5.12.0) (2024-08-01)

Expand Down
4 changes: 4 additions & 0 deletions docs/gitbook/python/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ async def main():
if __name__ == "__main__":
asyncio.run(main())
```

{% hint style="warning" %}
If Redis responses are in binary format, you should pass (decode_responses)[https://redis-py.readthedocs.io/en/latest/examples/connection_examples.html#By-default-Redis-return-binary-responses,-to-decode-them-use-decode_responses=True] option as *True*.
{% endhint %}

0 comments on commit 188192c

Please sign in to comment.