If you press F1 on any function, class, or method, PhpStorm will show documentation right in the editor.
This popup has been significantly reworked. Now you don’t need to switch to the browser and search for documentation, because everything is right above your code.
Redis support in Database tools
A preliminary iteration of long-awaited support for Redis has been implemented.
You will be able to do the following:
Connect to Redis Single Instance (Redis Cluster is not yet supported).
Introspect databases and keys, including setting a default key filter for the introspector.
Explore database: separate folders for keys of different types for Redis v6.0+, and one folder with all keys for older versions.
Execute queries: JDBC driver allows working query execution in most cases.
Get coding assistance: highlighting, keyword completion, working resolution for databases and keys.