7 ms·
Yeah with the added advantage of reduced latency. The system I worked on had a CRUD application which was in Django , ultimately the rules was stored in a Redi
by ing33k 2y ago
Yeah with the added advantage of reduced latency.
The system I worked on had a CRUD application which was in Django , ultimately the rules was stored in a Redis.. The ad serving application was in golang that connected to this local redis instances that were replicas of the central redis..
https://redis.io/docs/latest/commands/replicaof/ https://redis.io/docs/latest/commands/replicaof/
- btilly 2y agoExactly the same for the one that I did, except that the ad serving was in Python. But golang is probably the better choice.