Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

SncRedisBundle

> 数据库
Open source

A Redis bundle for Symfony supporting Predis and PhpRedis

1.0K stars0 likes0 views
WebsiteGitHub

About

A Redis bundle for Symfony supporting Predis and PhpRedis

RedisBundle

About

This bundle integrates Predis and PhpRedis into your Symfony 6.4+ application, providing a fast and convenient interface to Redis.

Using the native PhpRedis extension is recommended as it is faster and our main development platform. If the extension is not available and cannot be installed in your environment Predis is considered a safe and portable alternative, and our integration should be functionally identical.

Installation

Use Composer:

composer require snc/redis-bundle

Documentation

Read the documentation in docs/

Contributing

Running full test suite requires PHP installed with certain PHP extensions and redis server, as well as overmind to start the fleet of redis processes.

Because of this, we use Nix for local development.

After you install Nix, make sure you are in directory with SncRedisBundle. Within it, you can run

nix shell

to install and enter the development environment. Once there, you can run

composer update # install php package dependencies
overmind start & # start redis fleet
php vendor/bin/phpunit # run tests, or anything else you want with php binary

License

See LICENSE.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPbundlephpphpredispredis

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category数据库
PricingOpen source

> Related tools

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库