Answer the question
In order to leave comments, you need to log in
How to document data schema in Redis?
How is it common to document a Redis data schema?
Key name format, types, lifetime, purpose.
To make it clear to other developers.
For example, I really liked Swagger/OpenAPI for describing the API.
Answer the question
In order to leave comments, you need to log in
We have a shared library with types and methods for working with Redis. All key generation is there. Stored json or binary data serialized using protobuf.
Suitable if everyone writes in the same language.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question