-
Apr 8, 2020
Principi e suggerimenti pratici per rendere efficiente un team di sviluppo
che lavora da remoto.
-
Jan 29, 2017
How do scripts work on Linux? How does the kernel find the correct interpreter
for a script and run it with arguments? In this post we'll deep-dive into kernel
code that handles scripts execution and will show some of the Linux
peculiarities with practical examples.
-
Sep 5, 2015
How does Redis Cluster works? How are single instances connected within a
cluster and what is the process for bootstrapping a new cluster? In this post
we'll explore Redis Cluster internals and will use some cool animations to
demonstrate how nodes communicates through a gossip protocol.
-
Jul 7, 2015
GEO commands are a useful but not well known feature of Redis. In this post
we'll show a real use case example by implementing a coordinates-based
researchtool. We'll then deep-dive into the Geohash encoding technique that
Redis uses underneath.
-
Nov 29, 2014
I've been asked to review this book on Redis patterns, and here is why I think
this short book might be interesting to you.