SaaSHub helps you find the best software and product alternatives Learn more →
Phpredis Alternatives
Similar projects and alternatives to phpredis
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
-
-
-
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
swoole-cli
SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.
-
redis
Native port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows. (by tporadowski)
-
-
phpredis
Discontinued A PHP extension for Redis [Moved to: https://github.com/phpredis/phpredis] (by nicolasff)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
phpredis discussion
phpredis reviews and mentions
-
Using Redis for Caching in Laravel: A Step-by-Step Guide
So far we have simply installed the Redis server in our computer, but we need to have a way to connect from a PHP application. For this there are two options, using phpredis, a PHP extension, or predis, a library. None is better than the other, they just have different objectives and scopes. phpredis has the advantage that it allows you to connect to Redis from any PHP project that is executed in that computer, whereas phpredis, being a library, only allows to connect from the projects where it's installed. In my case, I have experience with phpredis, so let's see how to install it.
-
Monitoring symfony messenger listening to the worker events
In the next section we're going to configure redis bundle to use phpredis library. Install it before continuing
-
how to handle millions of data read/writes everyday?
And then, read up on the PHPRedis Extension to see how easy it is to use -> https://github.com/phpredis/phpredis
-
How much cache to clear during deployment
I typically use Redis for all stores (queues, sessions and cache) and I don't have problems like that. It should be comparable to memcached in terms of speed, if that's something that might concern your app. You can find the installation instructions here. After installing redis itself and the PHP extension, you can just switch from 'memcached' to 'redis' in config/sessions.php[driver].
-
Asynchronous Apps
I've done this using PHP/Redis and EventSource, it's a viable option if you don't want to depend on an outside service. The php-redis extension has built in pub/sub capabilities so it's like 30 lines of code to get something up and running quickly.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
phpredis/phpredis is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of phpredis is C.