I'm involved in a fairly large codebase that is using Redis extensively. One of the advantages that structured database have is that the tooling for documenting the "schema" of the data is well defined within the engines.<p>As our codebase grows, it comes more and more difficult to properly document the key schemes we are using for all parts of the application.<p>I'm curious to see what other teams have come up with to nail solid documentation for their redis keys.<p>-b