At this year’s @rustconf our @unsafe will speak about our work migrating RediSearch from C to Rust. Jonas will dig into the challenges we faced, and present the solutions that you need for your C to Rust migration, be that technical or organizational. See you in Montreal! 🇨🇦

Get your ticket here 👉 https://rustconf.com

#RustLang #RustConf #RediSearch

RustConf 2026 - September 8-11 | Montreal + Online

The original Rust programming language conference. Join Rustaceans in Montréal & online, September 8-11, 2026 for talks, workshops, and more.

RustConf 2026

Race Condition убил SQLite в нашем проекте: как мы пришли к RediSearch

Мне пришла задача на исследование — выбрать хранилище для промышленной телеметрии. Я раньше с таким вообще не работал. Ни с временными рядами, ни с реактивным программированием, ни с WebSocket. Работал только с Postgres. Слышал про Redis, но не применял. На выбор — SQLite или Redis, надо исследовать что лучше. Пошёл читать. Нашёл TimescaleDB и ещё кучу вариантов — у каждого свои плюсы. Основной плюс SQLite — там можно писать запросы, SQL знакомый, Spring интеграция есть. Скорость записи меня вообще удивила — и у Redis, и у SQLite. Я не ожидал таких цифр. Долго не мог понять зачем вообще Redis, если там нет нормального поиска. Просто хэши ключ-значение. Хочешь найти все датчики по типу объекта — не работает. Я такой: ладно, Redis минус, берём SQLite. Сделал прототипы. Потестировал один поток — SQLite летит, 370 000 вставок в секунду. Redis ещё быстрее — 650 000. Нашёл RediSearch с поиском по индексам — оч круто, но скорость падает до 150 000. SQLite снова выглядит выигрышнее. И вот я запускаю 100 потоков на SQLite. В логах появляется:

https://habr.com/ru/articles/1034824/

#redis #redisearch #sqlite #postgresql

Race Condition убил SQLite в нашем проекте: как мы пришли к RediSearch

Мне пришла задача на исследование — выбрать хранилище для промышленной телеметрии. Я раньше с таким вообще не работал. Ни с временными рядами, ни с реактивным программированием, ни с WebSocket....

Хабр

Анализируем UDP логи Squid-proxy

Ремейк приложения SqStat, читаем access логи по UDP. Пока анализируем не более часа, а нужно ли больше? В наше время есть GrayLog, ELK c AI-агентами. Нужен ли нам звёздный крейсер? Статья про Squid в Docker, SSL bump, анализ access-логов, Bun, Elysia, Redis, Vue. Всего по чуть-чуть. Хотите узнать больше?

https://habr.com/ru/articles/973934/

#squid #logs #typescript #bun #logger #nodejs #fullstack #elysiajs #redis #redisearch

Анализируем UDP логи Squid-proxy

Вступление Эта статья о том, как настроить Squid proxy с SSL bump в Docker и организовать realtime-мониторинг логов. В качестве практического примера я покажу open-source решение на современном стеке...

Хабр

🙌 Our next #meetup is scheduled for Tuesday, May 7. — That's tomorrow!

This time we will talk about #GreenIT with Sophia Resch from pentacor GmbH.

@hollodotme from MPOWR IT GmbH will show us how to build super fast & advanced web searches with #RediSearch.

The meetup is hosted by @kigurumikagetsu

We're looking forward to seeing you on Tuesday! ✌

#RSVP 👉 https://www.meetup.com/php-usergroup-dresden/events/298783178

#RSVP #Redis #PHPUGDD #Dresden #phpc #Community

Meetup III / 2024 - GreenIT: Was wir nicht messen können... & RediSearch, Tue, May 7, 2024, 6:30 PM | Meetup

**Wichtig / Important** Bitte meldet euch vorab über Meetup an. (Please register in advance via Meetup.) **Programm / Program** 18:30 Uhr (06:30pm) - Doors Open 18:45 Uh

Meetup

Another Bigfoot sighting in the #Poconos? No, but @guyroyse will try to find it with @redisinc and #RediSearch.

Don't miss it! Register by Oct 6: https://techbash.com/

#developers #data #redis #techevent #nepa #devconference #bigfoot #conference #cloud #kalahariresort

TechBash 2026 - A Developer Conference in the Northeast

At TechBash, attendees will take their skills to the next level, learning from experts who share their knowledge in a fun, collaborative, and inclusive environment. TechBash is focused on Web, Cloud, DevOps, Architecture, Best Practices, Soft Skills, and much more. We provide 3 full days of keynotes and breakout sessions plus an optional fourth day of deep-dive workshops.

TechBash

If you're already a #Redis user in the USA and you have found yourself in a situation of wanting to get values out of Redis by something other than the key they're stored under (and who doesn't?!), there's a set of FREE workshops coming up in June.

RediSearch is available both in Enterprise and Stack (OSS, free) flavors.

Check the page for schedule/locations.

https://redis.com/events-and-webinars/redis-real-time-search-workshop-series-beginners-to-advanced/

#RediSearch #RedisJSON

Redis Real-Time Search Workshop series: Beginners to Advanced | Redis

Refine your query and search techniques for faster response It’s no secret to anyone that customers are more impatient than ever. But you may not realize just how impatient they are – and what the impact could be on your business if you don’t meet their needs.   According to Emplifi, a customer experience vendor:  The […]

Redis

After more than 6 months of work I'm really happy to announce the first release of "SEAL" the "Search Engine Abstraction Layer" an abstraction around different search engines for the #php ecosystem.

At current state it supports #elasticsearch #opensearch, #meilisearch, #algolia, #redisearch, #typesense and #apachesolr. And it is shipped with integrations for #laravel, #symfony, #spiralphp, #yii and #laminas #mezzio Framework.

https://github.com/schranz-search/schranz-search/releases/tag/0.1.0

Release First Release of SEAL (2023-05-16) · schranz-search/schranz-search

Schranz Search - First Release of SEAL Monorepository for SEAL a Search Engine Abstraction Layer with support to different search enginesDocumentation | Packages Elasticsearch | Opensearch | Meili...

GitHub

One of things I like about #Redis is extensibility via modules.

E.g. A key/value model is great, but often you want to retrieve values by an attribute that's not the key, and that's where #RediSearch comes in. Both in OSS and Enterprise versions. Keep your data and queries on the server, transport only the data you need/want in your app.

Not just regular search but also vector similarity.

Je viens de découvrir le projet #RediSearch https://redis.io/docs/stack/search/ 🤔
RediSearch

Queries, secondary indexing, and full-text search for Redis

Redis
Un package #Django tout frais pour l'auto-indexation et la recherche utilisant #RediSearch (fonctionne avec Model object Create, Update and Delete) : https://github.com/saadmk11/redis-search-django
GitHub - saadmk11/redis-search-django: Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch.

Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch. - GitHub - saadmk11/redis-search-django: Django package that provides auto indexin...

GitHub