a

adds68

Open Source Software developer @Codethink

Redis caching

Redis: In memory data structure store which is memory backed, provides fast read/write, persistance, replication, automatic failover, replication. Redis is not a cache as such, as it suppors many different complex data types, but can be configured to be a cache based on some specific options. AWS supports replication and automatic failover: #### Replication Replication in AWS can be configured in 2 different ways, you can have cluster mode on or cluster mode off. With custer mode off you...
Read post

BuildStream cache blog

Deploying a BuildStream Cache via Docker Context Deplying provides many benefits for your project, a cache enables your team to work in a distributed manner without hitting dependecy hell, it also provides a large speed boost when building complex problems with lots of churn. Deploying a cache however in a secure manner, can be a quite a tricky task, especially with the added overhead of Docker. In this guide I will try to streamline to process and document any GOTCHAS I encountered while doi...
Read post