1$ redis-cli MONITOR
one of the modes is to subscribe to key prefix and the server send updates when it receives it.
1cat data.txt | redis-cli --pipe
However since Redis is a data structures server, its capabilities can be used for indexing
https://redis.io/docs/manual/p…
Redis contains an implementation of the Gopher protocol, as specified in the RFC 1436.
Note: Support for Gopher was removed in Redis 7.0
https://redis.io/docs/referenc…
as provided here: https://redis.io/docs/manageme…
echo never > /sys/kernel/mm/transparent_hugepage/enabled
in the Sentinel page I started to smell marketing speak bullshit:
You need at least three Sentinel instances for a robust deployment
What does robust deployment even mean?
As usual the best pages are the pages talking about the internals. such as the events library or string internals. it’s outdated (since 2010) but it speaks true of what the software is and what happens inside it. reminds me of the Varnish architecture document.