Fix all_pks to work if decode_responses=False

This commit is contained in:
Andrew Brookins 2021-11-08 16:48:43 -08:00
parent c7c6dffe7a
commit 6c8cf0b01d
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "redis-om"
version = "0.0.9"
version = "0.0.11"
description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard."
authors = ["Andrew Brookins <andrew.brookins@redis.com>"]
maintainers = ["Andrew Brookins <andrew.brookins@redis.com>"]