suborbital / docs

Documentation monorepo for Suborbital projects and products
https://docs.suborbital.dev
Apache License 2.0
8 stars 5 forks source link

Document example redis cache usage with custom redis configuration #133

Open javorszky opened 2 years ago

javorszky commented 2 years ago

Context: https://github.com/suborbital/atmo/issues/165#issuecomment-1125436940

This is more of a quirk on how to use redis as a cache and not strictly using atmo, but because caching is part of our runnables ecosystem, it might be a great idea to reduce barrier to entry by documenting somewhat advanced implementations of different caches.

In redis's case, the answer to @k33g's question could added to an advanced tutorials / advanced usage guide / example page.