redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.09k stars 108 forks source link

redis.exceptions.ResponseError: wrong number of arguments for 'hset' command #474

Closed dhavalaprashanth closed 1 year ago

dhavalaprashanth commented 1 year ago

I have created a model same as shown in this blog . But in the save method i am getting an error saying "redis.exceptions.ResponseError: wrong number of arguments for 'hset' command". Can anyone help me please