Add all_pks() method to HashModel

This commit is contained in:
Andrew Brookins 2021-11-08 16:28:58 -08:00
parent db7b8d19ad
commit bc441143de
3 changed files with 19 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "redis-om"
version = "0.0.8"
version = "0.0.9"
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>"]