PHPackages                             baks-dev/search-redis - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. baks-dev/search-redis

ActiveSymfony-bundle[Caching](/categories/caching)

baks-dev/search-redis
=====================

Модуль поиска Redis

v7.4.4(3mo ago)0186↓85.7%1MITPHPPHP &gt;=8.4

Since Jun 4Pushed 3mo agoCompare

[ Source](https://github.com/baks-dev/search-redis)[ Packagist](https://packagist.org/packages/baks-dev/search-redis)[ Docs](https://github.com/baks-dev/search-redis)[ RSS](/packages/baks-dev-search-redis/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (19)Used By (0)

BaksDev Search Redis
====================

[](#baksdev-search-redis)

[![Version](https://camo.githubusercontent.com/439ebfa1794d5c33c9825a0b41da42158a66684acb782de683bdb94fb857a22e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d372e342e342d626c7565)](https://github.com/baks-dev/search-redis/releases)[![php 8.4+](https://camo.githubusercontent.com/5203307d40363edf167d0bcef532ec26041fb49f2e44b71e2d417ebfbb413fe6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230382e342d7265642e737667)](https://camo.githubusercontent.com/5203307d40363edf167d0bcef532ec26041fb49f2e44b71e2d417ebfbb413fe6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230382e342d7265642e737667)[![packagist](https://camo.githubusercontent.com/fd66656a997d4be68db6e8d503b9c7cac63b3ed9deaae585235ef331d05d1eb1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d677265656e)](https://packagist.org/packages/baks-dev/search-redis)

Модуль поиска

Установка модуля
----------------

[](#установка-модуля)

Предварительно: необходима установка [redis-stack-server](REDIS.md)

```
$ composer require baks-dev/search-redis
```

Настройки
---------

[](#настройки)

Задаем настройки Redis Stack

```
sudo nano /opt/redis-stack/etc/redis-stack.conf
```

Пример настройки redis-stack.conf:

```
port 6579
daemonize no
requirepass

```

В .env необходимо указать параметры

```
REDIS_SEARCH_HOST=localhost
REDIS_SEARCH_PORT=6579
REDIS_SEARCH_PASSWORD=
```

по умолчанию используется таблица с индексом 0, для пееропределения указать параметр

```
REDIS_SEARCH_TABLE=1
```

Перезапускаем Redis Stack

```
sudo systemctl restart redis-stack-server
```

Проверка работы Redis

```
redis-cli -p 6579
127.0.0.1:6579> AUTH
OK
127.0.0.1:6579> PING
PONG
```

Ctrl+D чтобы выйти

##### Команда для индексации

[](#команда-для-индексации)

```
php bin/console baks:search:redis:index
```

Тесты
-----

[](#тесты)

```
$ php bin/phpunit --group=search-redis
```

Лицензия [![License](https://camo.githubusercontent.com/334c8b4b6f83ca36f7368c315f49c66540f1079a12e2a866b5b0e4ed918e0c5c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d49542d677265656e)](https://camo.githubusercontent.com/334c8b4b6f83ca36f7368c315f49c66540f1079a12e2a866b5b0e4ed918e0c5c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d49542d677265656e)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#лицензия-)

The MIT License (MIT). Обратитесь к [Файлу лицензии](LICENSE.md) за дополнительной информацией.

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance82

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~7 days

Total

18

Last Release

98d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a1d1b016c82e7afcd9cc5e1aae610ab406865821ee6ad67db298cc4e0ed0ac9?d=identicon)[baks-dev](/maintainers/baks-dev)

---

Top Contributors

[![baks-dev](https://avatars.githubusercontent.com/u/71670884?v=4)](https://github.com/baks-dev "baks-dev (2 commits)")[![ladovod444](https://avatars.githubusercontent.com/u/11206501?v=4)](https://github.com/ladovod444 "ladovod444 (2 commits)")

---

Tags

pluginsearchsymfonybundlelibraryredismodulebaksdev

### Embed Badge

![Health badge](/badges/baks-dev-search-redis/health.svg)

```
[![Health](https://phpackages.com/badges/baks-dev-search-redis/health.svg)](https://phpackages.com/packages/baks-dev-search-redis)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
