#Valkey 8.1’s Performance Gains Disrupt #InMemoryDatabases
https://thenewstack.io/valkey-8-1s-performance-gains-disrupt-in-memory-databases/

#Valkey 8.1’s Performance Gains Disrupt #InMemoryDatabases
https://thenewstack.io/valkey-8-1s-performance-gains-disrupt-in-memory-databases/
Эволюция Redis в Valkey 8.0: разбираем архитектурные изменения с точки зрения производительности
В сентябре 2024 года вышел релиз Valkey 8.0 — это key-value-хранилище также часто называют BSD-клоном Redis. В отличие от Redis, Valkey изначально создавался как опенсорс-проект. У него нет энтерпрайз-версии, а значит, развитие не сдерживается коммерческими ограничениями. Весной 2024 года, когда началась активная работа над форком, команда разработчиков смогла принять и стабилизировать ряд патчей, которые заметно улучшили производительность по сравнению с Redis 7.2. В этой статье Евгений Дюков, разработчик Managed Databases в Yandex Cloud, разбирает некоторые из изменений и делится результатами проведённых бенчмарков, которые позволяют оценить, как именно новые патчи повлияли на производительность — и в позитивном, и, в некоторых случаях, в негативном ключе. Особенно интересно будет тем, кто ждёт релиз Valkey 8.1 этой весной.
Today at the Linux Foundation Member Summit, @linuxfoundation Executive Director Jim Zemlin talked about how #Redis is pulling in commits from #Valkey, furthering project credibility and helping to drive adoption.
https://x.com/linuxfoundation/status/1902085471146275079
Have you took some time to meet our sponsors? Great networking opportunities awaits at our lounge!
A heartful thanks to them for making this event possible.
Have you come meet our sponsors yet?
Without their support, ConFoo wouldn't be what it is today. Come meet them in the lounge for some good talks and great opportunities!
Our work wouldn't be possible with the support of our dear sponsors!
Be sure to come see them will passing throught the lounge! Some great opportunities await
Нужен ли нам сейчас кеш-слой перед СУБД
Уже лет 20 существует миф (или не миф), что современный Highload-проект невозможен без кэшей. Они всегда нас выручали, когда не справлялись базы данных. Но с тех пор, как появились первые кэши, key-value баз данных и другие технологии, многое изменилось и традиционные СУБД значительно эволюционировали. И так ли теперь нужен кэш? Мы протестировали самые известные кэш-сервисы и СУБД и попробовали выжать из них миллион запросов в секунду в разных условиях. Делимся с вами результатами в этой статье. Привет, Хабр! Я Алексей Рыбак, предприниматель и основатель R&D-лаборатории DevHands, автор телеграм-канала про System Design и Highload. В прошлом — СТО и руководитель московского офиса Badoo. Работал во втором по размеру такси-сервисе «Везёт», который мы после продажи интегрировали с Яндекс.Такси. Сейчас наша компания разрабатывает образовательные программы по Highload и перформансу.
Vulnerability-Lookup 2.6.0 released with advanced monitoring tools and new API endpoints for #CAPEC and #CWE:
https://www.vulnerability-lookup.org/2025/02/14/vulnerability-lookup-2-6-0/
When you choose to use a #FOSS license like BSD-3, you are choosing asymmetrical benefit relationship.
Others can “take without giving back” and there is nothing fundamentally wrong with that.
For example see the CRC64 performance improvements in #Redis copied from #Valkey.
Featured Job from @openuk #SOOCon25 Job Board: Percona is searching for a SQL Database Support Engineer, Director of Product, C++/Mongo Senior Software Engineer, and more. Browse the company’s open positions on #OSJH
https://opensourcejobhub.com/company/339/
#Percona #jobs #career #database #engineer #MySQL #Mongo #PostgreSQL #Redis #Valkey #OpenSource
Amazon ElastiCache now supports 1-click connectivity setup between EC2 and your cache (similar to what we did previously for RDS).
My summary of the state of #opensource at the end of 2024 is featured on the latest edition of #Observability 360 newsletter
Check it out, along with many other great articles:
https://observability-360.beehiiv.com/p/moving-faster-and-fixing-things
I just checked. You can switch from #redis to #ValKey on debian stable (bookworm). https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=valkey-server
So my passion project for the past couple of years has been building out a massive repo of ArgoCD apps for others to use. I will start trying to highlight some of the ApplicationSets
I've built and for why.
Today's app is Mastodon
What makes this special is:
https://github.com/small-hack/argocd-apps/tree/main/mastodon/small-hack
TIL: #redis is no longer “open source” and apparently #valkey is the open source fork of it https://techcrunch.com/2024/03/31/why-aws-google-and-oracle-are-backing-the-valkey-redis-fork/
Option names to configure TLS are all different across open source databases. The last one I have in mind is Redis/Valkey: https://github.com/redis/redis-specifications/blob/master/uri/rediss.txt. You can enable or disable TLS in the URL (aka URI/DSN). No simple way to make it a bit less secure by disabling CA or hostname verification. I might start a discussion on the Valkey forums to add those options.