why can't i connect to redis ?
I try to connect to redis in my api project with asp.net.core but every time I try I get status 500 error
redis is running on docker and there is no problem there either.
i'm using redisInsight btw
StackExchange.Redis.RedisServerException: WRONGTYPE Operation against a key holding the wrong kind of value script: how can i fix that