phpredis VS phpredis

Compare phpredis vs phpredis and see what are their differences.

phpredis

A PHP extension for Redis [Moved to: https://github.com/phpredis/phpredis] (by nicolasff)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
phpredis phpredis
4 1
9,898 9,574
0.4% -
8.5 10.0
12 days ago over 1 year ago
C C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

phpredis

Posts with mentions or reviews of phpredis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-12.
  • Monitoring symfony messenger listening to the worker events
    4 projects | dev.to | 12 Nov 2023
    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?
    1 project | /r/laravel | 11 Aug 2022
    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
    1 project | /r/laravel | 17 Jun 2022
    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
    3 projects | /r/PHPhelp | 17 Feb 2022
    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.

phpredis

Posts with mentions or reviews of phpredis. We have used some of these posts to build our list of alternatives and similar projects.
  • php_redis.dll not working in windows
    1 project | /r/codehunter | 29 Jan 2023
    I tried both the files from here: https://github.com/nicolasff/phpredis/downloads. I am using 64bit wampserver on windows 7 professional. It looks like apache is trying to load the file but somehow could not recognize it properly. This is what I see in the error log:

What are some alternatives?

When comparing phpredis and phpredis you can also consider the following projects:

Predis - A flexible and feature-complete Redis client for PHP.

redis-rogue-server - Redis(<=5.0.5) RCE

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.

swoole-cli - SWOOLE-CLI is a php binary distribution composed swoole & php-core & cli & fpm and mostly of common extensions.

RedisTimeSeries - Time Series data structure for Redis

dynomite - A generic dynamo implementation for different k-v storage engines

php-psr - PHP extension providing the accepted PSR interfaces

pusher-js - Pusher Javascript library

Iodine - iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support