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
Type
/
to 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 }}
TomA-R
/
phpredis
Public
forked from
phpredis/phpredis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
php7-ipv6
User selector
All users
All time
Commit history
Commits on Feb 13, 2016
More IPv6 additions
Show description for 2a4407f
michael-grunder
committed
2a4407f
View commit details
Copy full SHA for 2a4407f
Browse repository at this point
Commits on Feb 12, 2016
Add IPv6 support
michael-grunder
committed
4b2b65e
View commit details
Copy full SHA for 4b2b65e
Browse repository at this point
Add IPv6 support to Redis proper
michael-grunder
committed
f974793
View commit details
Copy full SHA for f974793
Browse repository at this point
Commits on Feb 8, 2016
Merge branch 'php7' of github.com:phpredis/phpredis into php7
michael-grunder
committed
0d4b421
View commit details
Copy full SHA for 0d4b421
Browse repository at this point
Allow sInterStore to take one arg (as it could be one array)
Show description for f24fc9f
michael-grunder
committed
f24fc9f
View commit details
Copy full SHA for f24fc9f
Browse repository at this point
Add another dirname
michael-grunder
committed
beba562
View commit details
Copy full SHA for beba562
Browse repository at this point
Merge pull request #749 from stuartcarnie/mem-leak
Show description for 0cef4cd
michael-grunder
committed
0cef4cd
View commit details
Copy full SHA for 0cef4cd
Browse repository at this point
Commits on Feb 7, 2016
memory leak fixes
stuartcarnie
committed
b75bf3b
View commit details
Copy full SHA for b75bf3b
Browse repository at this point
Commits on Feb 5, 2016
More allocation fixes
Show description for c51b0a1
michael-grunder
committed
c51b0a1
View commit details
Copy full SHA for c51b0a1
Browse repository at this point
Commits on Jan 25, 2016
Various memory related fixes for php7
Show description for 7b36957
michael-grunder
committed
7b36957
View commit details
Copy full SHA for 7b36957
Browse repository at this point
Commits on Jan 13, 2016
Merge pull request #726 from szepeviktor/patch-1
Show description for 24ce1c3
michael-grunder
committed
24ce1c3
View commit details
Copy full SHA for 24ce1c3
Browse repository at this point
Make tests actually start in README
szepeviktor
committed
f343ce8
View commit details
Copy full SHA for f343ce8
Browse repository at this point
Update len to long in various places
michael-grunder
committed
f320d9b
View commit details
Copy full SHA for f320d9b
Browse repository at this point
Commits on Jan 12, 2016
Just need long, not long int
michael-grunder
committed
433035d
View commit details
Copy full SHA for 433035d
Browse repository at this point
Commits on Jan 6, 2016
Fix subscribe for php7
Show description for 4a37e47
michael-grunder
committed
4a37e47
View commit details
Copy full SHA for 4a37e47
Browse repository at this point
Fix docs
michael-grunder
committed
6d63425
View commit details
Copy full SHA for 6d63425
Browse repository at this point
Commits on Dec 24, 2015
Fix typo
michael-grunder
committed
3c048f1
View commit details
Copy full SHA for 3c048f1
Browse repository at this point
Commits on Dec 21, 2015
Fix leak in get response
Show description for bfbdaa9
michael-grunder
committed
bfbdaa9
View commit details
Copy full SHA for bfbdaa9
Browse repository at this point
Commits on Dec 20, 2015
Fix redis_sock_get return type
Show description for f4f5959
michael-grunder
committed
f4f5959
View commit details
Copy full SHA for f4f5959
Browse repository at this point
Commits on Dec 19, 2015
Attempted solution to #707 and cleaned up some memory leaks/invalid frees
michael-grunder
committed
64ba85e
View commit details
Copy full SHA for 64ba85e
Browse repository at this point
Commits on Dec 18, 2015
Fix segfault for php7 and RedisArray
Show description for de368c6
michael-grunder
committed
de368c6
View commit details
Copy full SHA for de368c6
Browse repository at this point
Fixes bug when checking for failure in php_stream_gets
Show description for c32e2fe
michael-grunder
committed
c32e2fe
View commit details
Copy full SHA for c32e2fe
Browse repository at this point
Update README.markdown
ares333
authored and
michael-grunder
committed
54b9a0e
View commit details
Copy full SHA for 54b9a0e
Browse repository at this point
ZRANGEBYLEX also allows '-' or '+' as either min or max
SHyx0rmZ
authored and
michael-grunder
committed
8bfa218
View commit details
Copy full SHA for 8bfa218
Browse repository at this point
Remove documentation ambiguity
michael-grunder
committed
b295ff3
View commit details
Copy full SHA for b295ff3
Browse repository at this point
Commits on Nov 13, 2015
Merge pull request #676 from ephemeralsnow/bugfix/segfault_on_php7
Show description for 799e0bc
michael-grunder
committed
799e0bc
View commit details
Copy full SHA for 799e0bc
Browse repository at this point
Commits on Nov 11, 2015
Attempt to solve the problem where empty session data returns
Show description for 6f6cd68
michael-grunder
committed
6f6cd68
View commit details
Copy full SHA for 6f6cd68
Browse repository at this point
Merge branch 'php7' of github.com:phpredis/phpredis into php7
michael-grunder
committed
2e5a710
View commit details
Copy full SHA for 2e5a710
Browse repository at this point
Commits on Oct 6, 2015
fix segfault
ephemeralsnow
committed
0126481
View commit details
Copy full SHA for 0126481
Browse repository at this point
Commits on Oct 2, 2015
Merge pull request #660 from Jan-E/php7
Show description for ea98401
michael-grunder
committed
ea98401
View commit details
Copy full SHA for ea98401
Browse repository at this point
Commits on Sep 17, 2015
testZAddFirstArg should del('100') as a starter
Jan-E
committed
c5fd1cf
View commit details
Copy full SHA for c5fd1cf
Browse repository at this point
Better fix usleep
Jan-E
committed
c452316
View commit details
Copy full SHA for c452316
Browse repository at this point
Remove second redis_session.c, fix 'too many rules'
Jan-E
committed
dfe1d9d
View commit details
Copy full SHA for dfe1d9d
Browse repository at this point
Commits on Sep 15, 2015
Formatting
michael-grunder
committed
4468c75
View commit details
Copy full SHA for 4468c75
Browse repository at this point
Zend parameter passing API 'l' && 'L' are now zend_long instead of just long
Sean-Der
committed
3159bd2
View commit details
Copy full SHA for 3159bd2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.