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
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 }}
SmallEasy
/
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
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 17, 2017
Adds optional COUNT argument to sPop
Show description for d2e203a
michael-grunder
committed
d2e203a
View commit details
Copy full SHA for d2e203a
Browse repository at this point
Commits on Apr 12, 2017
Merge branch 'error-throw' into develop
yatsukhnenko
committed
e21bc63
View commit details
Copy full SHA for e21bc63
Browse repository at this point
Commits on Apr 11, 2017
Modifying `redis_error_throw` to throw exception for all non recoverable errors.
yatsukhnenko
committed
e372398
View commit details
Copy full SHA for e372398
Browse repository at this point
Merge branch 'issue.1149' into develop
yatsukhnenko
committed
cb2c4d6
View commit details
Copy full SHA for cb2c4d6
Browse repository at this point
Processing `read_timeout` parameter + update docs
yatsukhnenko
committed
b56dc49
View commit details
Copy full SHA for b56dc49
Browse repository at this point
Commits on Apr 10, 2017
Merge branch 'develop' of github.com:phpredis/phpredis into develop
michael-grunder
committed
d5a2da8
View commit details
Copy full SHA for d5a2da8
Browse repository at this point
Show examples for SCAN_RETRY and SCAN_NORETRY
michael-grunder
committed
c5991fe
View commit details
Copy full SHA for c5991fe
Browse repository at this point
Merge branch 'develop' of github.com:phpredis/phpredis into develop
michael-grunder
committed
7467424
View commit details
Copy full SHA for 7467424
Browse repository at this point
Better ducmentation for SCAN
Show description for f0c25a2
michael-grunder
committed
f0c25a2
View commit details
Copy full SHA for f0c25a2
Browse repository at this point
Commits on Apr 6, 2017
Merge branch 'develop' of github.com:phpredis/phpredis into develop
michael-grunder
committed
a3719f3
View commit details
Copy full SHA for a3719f3
Browse repository at this point
Commits on Apr 5, 2017
Increasing read buffers size.
Show description for 520e06a
yatsukhnenko
committed
520e06a
View commit details
Copy full SHA for 520e06a
Browse repository at this point
Commits on Apr 3, 2017
Tabs are evil
michael-grunder
committed
8978b3a
View commit details
Copy full SHA for 8978b3a
Browse repository at this point
Use crc32 table from PHP distro (#1144)
Show description for f81694e
yatsukhnenko
authored
f81694e
View commit details
Copy full SHA for f81694e
Browse repository at this point
Commits on Apr 1, 2017
refactor redis_1_response + fix memory leak in redis_long_response
yatsukhnenko
committed
1f8dde4
View commit details
Copy full SHA for 1f8dde4
Browse repository at this point
refactoring (#1140)
Show description for 18149e3
yatsukhnenko
authored
18149e3
View commit details
Copy full SHA for 18149e3
Browse repository at this point
Commits on Mar 30, 2017
Return -1 from redis_sock_gets on error.
yatsukhnenko
committed
bf499ee
View commit details
Copy full SHA for bf499ee
Browse repository at this point
Use redis_sock_gets instread of redis_sock_eof + php_stream_gets
Show description for ef6e087
yatsukhnenko
committed
ef6e087
View commit details
Copy full SHA for ef6e087
Browse repository at this point
Commits on Mar 29, 2017
Remove unused force_connect parameter from redis_sock_server_open function.
yatsukhnenko
committed
e7ad31e
View commit details
Copy full SHA for e7ad31e
Browse repository at this point
Remove REDIS_SOCK_STATUS_UNKNOWN because no way to reach it.
yatsukhnenko
committed
434bb5a
View commit details
Copy full SHA for 434bb5a
Browse repository at this point
remove unused constants
yatsukhnenko
committed
8324a46
View commit details
Copy full SHA for 8324a46
Browse repository at this point
Commits on Mar 26, 2017
Merge branch 'read_bulk_refactor' into develop
michael-grunder
committed
d0f3d01
View commit details
Copy full SHA for d0f3d01
Browse repository at this point
Commits on Mar 25, 2017
Use old style array declaration
michael-grunder
committed
f5d9ac2
View commit details
Copy full SHA for f5d9ac2
Browse repository at this point
Use old style array declaration
michael-grunder
committed
9ac9845
View commit details
Copy full SHA for 9ac9845
Browse repository at this point
Small formatting fix
michael-grunder
committed
bd16da6
View commit details
Copy full SHA for bd16da6
Browse repository at this point
refactor redis_sock_read_bulk_reply
Show description for 74ba34b
yatsukhnenko
authored and
michael-grunder
committed
74ba34b
View commit details
Copy full SHA for 74ba34b
Browse repository at this point
Make RedisArray tests exit with a nonzero exit code on failure
michael-grunder
committed
4aff3f9
View commit details
Copy full SHA for 4aff3f9
Browse repository at this point
Commits on Mar 24, 2017
Pedantic fix for zval changes in 5/7
michael-grunder
committed
83ac4ba
View commit details
Copy full SHA for 83ac4ba
Browse repository at this point
Commits on Mar 22, 2017
Fixes potential (but unreported) segfault in release code.
michael-grunder
authored and
yatsukhnenko
committed
88efaa8
View commit details
Copy full SHA for 88efaa8
Browse repository at this point
Commits on Mar 15, 2017
Merge branch 'develop' of github.com:phpredis/phpredis into develop
michael-grunder
committed
217b92f
View commit details
Copy full SHA for 217b92f
Browse repository at this point
Add function prototype to remove warning
michael-grunder
committed
c03cf74
View commit details
Copy full SHA for c03cf74
Browse repository at this point
Commits on Mar 14, 2017
remove unused struct request_item + add redis_hstrlen_cmd proto
yatsukhnenko
committed
fb88e1d
View commit details
Copy full SHA for fb88e1d
Browse repository at this point
Commits on Mar 12, 2017
Add free_reply_callbacks call to discard method
Show description for ac4ea8e
yatsukhnenko
committed
ac4ea8e
View commit details
Copy full SHA for ac4ea8e
Browse repository at this point
Commits on Mar 11, 2017
Merge pull request #1128 from yatsukhnenko/develop
Show description for d8e9689
yatsukhnenko
authored
d8e9689
View commit details
Copy full SHA for d8e9689
Browse repository at this point
Commits on Mar 10, 2017
refactoring
Show description for a070a43
yatsukhnenko
committed
a070a43
View commit details
Copy full SHA for a070a43
Browse repository at this point
Commits on Mar 9, 2017
refactoring
Show description for 9310b25
yatsukhnenko
committed
9310b25
View commit details
Copy full SHA for 9310b25
Browse repository at this point
Previous
Next
You can’t perform that action at this time.