LiVsI
Results
2
comments of
LiVsI
Command disabled in redis instance on backend (ajax request going to real redis instance, redis-server > 4.0)
I got the same error. The reason was in the **autoload-dev** section in my package composer.json: ` "autoload-dev": { "psr-4": { "Vendor\\Tests\\": "tests" } }, ` I added the folder...