Phpredis Alternatives
Similar projects and alternatives to phpredis
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
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)
-
-
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support (by boazsegev)
-
swoole-cli
SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
phpredis
A PHP extension for Redis [Moved to: https://github.com/phpredis/phpredis] (by nicolasff)
phpredis reviews and mentions
-
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
-
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.
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.