Django = 5.0.7 Python = 3.12.4 Redis = 7.0.4 django-cacheops = 7.0.2
I am caching data with cacheops using these versions but the response gives the following error:
redis.exceptions.ResponseError: Error running script (call to f_0605214935a9ffcd4b9e5779300302540ff08da4): @user_script:36: @user_script: 36: Unknown Redis command called from Lua script
What could be the reason?
Sample Code:
What is causing this problem?
New contributor