Tag archives: redis

RSS feed of redis

Idea of the day: dj-cache-url

Published Sept. 1, 2016 in Development - Last update on Sept. 1, 2016.

I was working in a Django project, more precisely its settings, I stopped in front of CACHES parameter, I love when code use an agnostic way and in Django settings I love to use dj-database-url to configure DATABASES, so I made the same for CACHES: At this time dj-cache-url was born.

dj-database-url ?

I won't ...

Continue reading

Docker-composing my blog

Published July 5, 2015 in Docker - Last update on July 7, 2015.

As said in previous post about Docker, my blog's Docker Image is only a middleware container. It needs to be launch with a frontend, a database and optionnaly a cache. A solution for get ready to play with a full containerized architecture is docker-compose, with it I followed micro-services architecturing and only define one ...

Continue reading