Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 466 Bytes

File metadata and controls

29 lines (19 loc) · 466 Bytes

Redis


The usage of redis in LandGriffon serves two different purposes:

  1. Caching service
  2. Message broker service

1. Caching

TODO:

  • Expand this with specific use cases.
  • Add diagrams of usage

2. Message Broker

TODO:

  • Expand this with specific use cases.
  • Add diagrams of usage

↩️ GO TO ROOT DOC