Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
phpredis
/
phpredis
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.2k
Code
Issues
100
Pull requests
34
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
phpredis
redis_array_impl.c
on
develop
User selector
All users
All time
Commit history
Commits on Aug 3, 2026
Add missing `const` qualifier to fix GCC warning
simonhammes
authored and
michael-grunder
committed
7090338
View commit details
Copy full SHA for 7090338
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
Fix PHP 8.6 builds
Show description for 78c1c69
michael-grunder
committed
78c1c69
View commit details
Copy full SHA for 78c1c69
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Introduce new `RedisCmd` based command construction
Show description for 2c5ef19
michael-grunder
committed
2c5ef19
View commit details
Copy full SHA for 2c5ef19
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
perf: Avoid per-key heap allocation in ra_find_node hash path
Show description for 8b746bf
iliaal
authored and
michael-grunder
committed
8b746bf
View commit details
Copy full SHA for 8b746bf
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
Replace legacy zval_dtor() alias with zval_ptr_dtor_nogc()
ndossche
authored and
michael-grunder
committed
d24528e
View commit details
Copy full SHA for d24528e
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
Fix SIGABRT in PHP 8.4 with RedisArray
Show description for 3c64b33
Novynn
authored and
michael-grunder
committed
3c64b33
View commit details
Copy full SHA for 3c64b33
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Create a strncmp wrapper
Show description for 085d61e
michael-grunder
committed
085d61e
View commit details
Copy full SHA for 085d61e
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
Play around with more ZEND_STRL usage (#2505)
Show description for 7050c98
michael-grunder
authored
7050c98
View commit details
Copy full SHA for 7050c98
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
Use ZEND_STRL where appropriate.
Show description for f8c762e
michael-grunder
committed
f8c762e
View commit details
Copy full SHA for f8c762e
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
cleanup unneeded cast
remicollet
committed
21cce78
View commit details
Copy full SHA for 21cce78
View code at this point
Browse repository at this point
Fix #1956 bad type usage on 32-bit
remicollet
committed
c93eba4
View commit details
Copy full SHA for c93eba4
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Fixed#1895
defender-11
committed
c61396c
View commit details
Copy full SHA for c61396c
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Use zend_string in ra_find_node_by_name
yatsukhnenko
committed
2634350
View commit details
Copy full SHA for 2634350
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
Don't use zend_fcall_info.no_separation
yatsukhnenko
committed
a7662da
View commit details
Copy full SHA for a7662da
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
Support for Redis 6 ACLs (#1791)
Show description for a311cc4
michael-grunder
authored
a311cc4
View commit details
Copy full SHA for a311cc4
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Don't call Redis::__constructor while initilizing RedisArray (#1777)
yatsukhnenko
authored
e41e19a
View commit details
Copy full SHA for e41e19a
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Authenticate in redis_sock_server_open
yatsukhnenko
committed
35372a1
View commit details
Copy full SHA for 35372a1
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
fix usage php_hash_fetch_ops with PHP 8
yatsukhnenko
committed
9ee94ca
View commit details
Copy full SHA for 9ee94ca
View code at this point
Browse repository at this point
Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macros
yatsukhnenko
committed
d5dadaf
View commit details
Copy full SHA for d5dadaf
View code at this point
Browse repository at this point
Commits on Jan 13, 2020
Remove "PHP Version 5" section
Show description for 0ef488f
TysonAndre
committed
0ef488f
View commit details
Copy full SHA for 0ef488f
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Fix typos detected by codespell
TysonAndre
committed
f52bd8a
View commit details
Copy full SHA for f52bd8a
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
ulong => zend_ulong for 7.4
remicollet
committed
b4eb158
View commit details
Copy full SHA for b4eb158
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
cleanup TSRMLS_* usage
remicollet
committed
9438022
View commit details
Copy full SHA for 9438022
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
Merge remote-tracking branch 'cthulhu/issue.1448-require_php7' into issue.1448-require_php7
michael-grunder
committed
2761c60
View commit details
Copy full SHA for 2761c60
View code at this point
Browse repository at this point
Issue #1508
Show description for 112c77e
yatsukhnenko
authored and
michael-grunder
committed
112c77e
View commit details
Copy full SHA for 112c77e
View code at this point
Browse repository at this point
Fix RedisArray authentication
yatsukhnenko
authored and
michael-grunder
committed
0f38afa
View commit details
Copy full SHA for 0f38afa
View code at this point
Browse repository at this point
RedisArray auth.
Show description for 5053a9e
yatsukhnenko
authored and
michael-grunder
committed
5053a9e
View commit details
Copy full SHA for 5053a9e
View code at this point
Browse repository at this point
Use zend_string for storing key hashing algorithm
yatsukhnenko
authored and
michael-grunder
committed
0d2dd16
View commit details
Copy full SHA for 0d2dd16
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
PHP 7 exception and compiler warning fixes
Show description for fa130a4
michael-grunder
committed
fa130a4
View commit details
Copy full SHA for fa130a4
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
PHP 5 is dead, long live PHP 7
Show description for f992864
michael-grunder
committed
f992864
View commit details
Copy full SHA for f992864
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Fix build warning
Pavel Yatsukhnenko
committed
e9e4783
View commit details
Copy full SHA for e9e4783
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Different key hashing algorithms from hash extension.
yatsukhnenko
committed
850027f
View commit details
Copy full SHA for 850027f
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
Implement consistent hashing algorithm for RedisArray
yatsukhnenko
committed
bb32e6f
View commit details
Copy full SHA for bb32e6f
View code at this point
Browse repository at this point
Fix regression added in 602740d3
yatsukhnenko
committed
3e7e1c8
View commit details
Copy full SHA for 3e7e1c8
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Use zend_string for storing RedisArray hosts
yatsukhnenko
committed
602740d
View commit details
Copy full SHA for 602740d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.