redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.11k stars 112 forks source link

How to maintain multiple primary keys in a model in redis_om? #484

Open dhavalaprashanth opened 1 year ago

dhavalaprashanth commented 1 year ago
image

Is there any other way to store multiple primary keys in a model ?

fannigurt commented 1 year ago

Why do you need multiple primary keys?