* Copying to the clipboard, it is only working with text. Binary data wil not work. Use the download binary button.
* If you are using a value that is bigger than 0.5MB, it will say `[object ArrayBuffer]`, that is ok, for big values, use binary (upload binary, download binary)
* You can download and upload binary files in string, hash, list, set and zset
* The console history is kept indefinite in the local storage
* Redis 6 with TLS is enabled with this information:
* https://spin.atomicobject.com/2021/08/05/configuring-redis-tls/
* You can override the server port via an environment variable `P3XRS_PORT`
* You can override the server home directory via an environment variable `P3XRS_DOCKER_HOME`
* In the connections, you can enable read only mode, which means, the user will not be able to modify via gui and the console (only pub/sub monitor and select database is allowed) is disabled.
* In a sub-directory, you can use Nginx/Ingress to rewrite your paths.
* https://github.com/patrikx3/redis-ui/issues/43
* To show the menu in the desktop version, click ALT
* There is a new feature in the settings/tree setting, which limits the received keys, the minimum is 100, the maximum is 100k, so there is no more crash, because of that
* Since `v2020.4.189`, the tree can handle bigger key count, as of now, we are using deferred rendering for the tree - only rendering what is in the viewport, so it should be much faster versus rendering everything at once
* Please, check out your Redis use case, if this program can cover your requirements