Server

Which Redis versions does phpRedExpert support?

phpRedExpert supports Redis 2.6 and newer. It could also work with older versions though not all features are available.

I get an error “500 Internal Server Error”.

There can be many explanations to this and a look at your server’s error log file might give a clue. If you have installed phpRedExpert with Composer thenyou can access the same url via app_dev.php to get detailed error message.

What’s the preferred way of making phpRedExpert secure against evil access?

This depends on your system. If you’re running a server which cannot be accessed by other people, it’s sufficient to use only Basic authentication method provided by Apache (you can use .htaccess files for this).

If other people have access to your server, you should use Basic authentication and encrypt the whole connection with SSL/TLS.

Web browsers

I get JavaScript errors in my browser.

Issues canbecaused by some combinations of browser extensions. To troubleshoot, disable all extensions then clear your browser cache to see if the problem goes away.