Les gens qui sont chez #02switch hébergeur français qui ne me paye pas pour dire ça, peuvent avec #XtremCache #Varnish trouver une alternative efficace à #LiteSpeed qui est une usine à gaz très sensible. Ce système de cache au niveau du serveur permet pour résumer de servir la page comme si elle était un fichier statique HTML sans exécution de PHP, sans requête SQL, avec un temps de réponse beaucoup plus rapide. Ne fonctionnerait pas sur les pages dynamiques comme une boutique je pense. Les résultats sont probants. Combiné avec #Redis cela ne demande aucun réglage (mais n'exonère pas de proposer des pages légères). Et ne laisse aucun cookie !

From https://t.me/Pravda_Gerashchenko

🇺🇦 #Zelensky awarded the commander of "#Azov" #Denis_Prokopenko, the Order of #Bohdan_Khmelnytsky

The President of #Ukraine awarded the commander of the #1st Corps of the National Guard "#Azov", Colonel #Denis "#Redis" #Prokopenko, the Order of #Bohdan_Khmelnytsky_II degree for outstanding merits in defending the country.

This award, one of the highest military honours in #Ukraine, is given for courage, heroism, and successful combat operations,

or

new license who #redis?

[Best of 🌞 ] Découvrez sur notre blog php-redis-om, une librairie open source qui permet de persister, requêter et transposer des objets directement dans #Redis : https://les-tilleuls.coop/blog/php-redis-om-un-object-mapper-pour-redis
php-redis-om : un object mapper pour Redis | Les-Tilleuls.coop

Découvrez php-redis-om, une librairie qui permet de persister, requêter et transposer des objets directement dans Redis.

Les-Tilleuls.coop

Memcached vs #Redis #Cache This article provides a detailed comparison of #Memcached vs Redis cache.
What is Memcached?
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by reducing the database load.
🔍 Key Features

In-memory storage: Stores data in RAM, making it extremely fast.
Key-value store: Caches data using a simple string-based key-value ...
Continued 👉 https://blog.radwebhosting.com/memcached-vs-redis-cache/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #selfhosted #opensource

Memcached Vs Redis Cache - VPS Hosting Blog | Dedicated Servers | Reseller Hosting

This article provides a detailed comparison of Memcached vs Redis cache.

RadWeb, LLC

Redis 8.2 in-memory data store is now GA, delivering up to 35% faster commands, 49% more throughput, and major memory savings.
https://linuxiac.com/redis-8-2-brings-up-to-49-more-throughput/

#redis #opensource

Memcached vs #Redis #Cache This article provides a detailed comparison of #Memcached vs Redis cache.
What is Memcached?
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by reducing the database load.
🔍 Key Features

In-memory storage: Stores data in RAM, making it extremely fast.
Key-value store: Caches data using a simple string-based key-value ...
Continued 👉 https://blog.radwebhosting.com/memcached-vs-redis-cache/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosted #opensource #selfhosting

Memcached Vs Redis Cache - VPS Hosting Blog | Dedicated Servers | Reseller Hosting

This article provides a detailed comparison of Memcached vs Redis cache.

RadWeb, LLC
🌘 為何你不該用 Redis 作為速率限制器:第一部分
➤ Redis 速率限制實作迷思:為什麼固定視窗與時間鍵都可能讓你踩雷
https://medium.com/ratelimitly/why-you-shouldnt-use-redis-as-a-rate-limiter-part-1-of-2-3d4261f5b38a
本文是針對使用 Redis 實作速率限制器系列文章的第一篇,作者 Andrew Miller 深入探討了許多公司誤用 Redis 來管理請求頻率的問題。作者首先嘗試了兩種基於 Redis 的速率限制方法:固定視窗(Fixed Window)和時間鍵(Time-based Key),並詳細分析了這些方法的技術細節和潛在缺陷。他指出,即使是看起來簡潔的解決方案,在實際應用中也可能因為網路延遲、事務處理、時鐘偏差以及 Redis 的原子性操作限制而導致錯誤,甚至引發更嚴重的問題,例如記憶體洩漏或不準確的速率限制。文章的目的是警示開發者,Redis 並非設計來處理這類效能關鍵且需要高度精確的場景。
+ 沒想到 Redis
#Redis #速率限制 #實作 #效能
Why you shouldn’t use Redis as a rate limiter: Part 1 of 2

(This is the first of a two part series on rate limiting with Redis. This part will look at possible implementations, and the second part…

Medium

Как мы прессовали Redis — и остались в живых

Привет! Меня зовут Антон Головенко и я backend-разработчик команды Search-Quality в Авито . Вот уже полтора года я ускоряю производительность поиска и повышаю его надежность, а также участвую в интеграции новых продуктов. В статье расскажу о том, как мы тестировали Redis под нагрузкой, с какими проблемами столкнулись, как их решали и какие выводы сделали. Заголовок звучит кликбейтно — но вы скоро поймёте, что он полностью оправдан.

https://habr.com/ru/companies/avito/articles/934726/

#redis #tc #highload #troubleshooting #авито #бэкенд #бэкендразработка #бэкендразработчик #backend #avito

Как мы прессовали Redis — и остались в живых

Привет! Меня зовут Антон Головенко и я backend-разработчик команды Search-Quality в Авито . Вот уже полтора года я ускоряю производительность поиска и повышаю его надежность, а также участвую в...

Хабр

🚀 Mastodon v4.2.24 veröffentlicht.

• 🔧 Update von Abhängigkeiten
• 🔧 Behebung fehlerhafter Rate-Limit-Behandlung (GHSA-84ch-6436-c7mg)
• 🔧 Behebung eines Race Condition in ActiveRecord

https://github.com/mastodon/mastodon/releases/tag/v4.2.24

#Mastodon #Ruby #PostgreSQL #Elasticsearch #Redis #Nodejs #Webserver

Release v4.2.24 · mastodon/mastodon

Changelog Security Update dependencies Fix incorrect rate-limit handling GHSA-84ch-6436-c7mg Fixed Fix race condition caused by ActiveRecord query cache in Create critical path (#35662 by @Clear...

GitHub