Hi Experts,
When I am trying to run the below command in python 3.8
r.execute_command(‘JSON.SET’,request_data[‘userName’], ‘.’, json.dumps(str(mydoc)))
then I am getting below error
redis.exceptions.ResponseError: unknown command JSON.SET
,
I am learning python, I am not sure about the error.