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 }}
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
Breadcrumbs
History for
phpredis
library.c
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2017
Use zend_string to store strings in RedisSock
Show description for 2bf7b2f
yatsukhnenko
committed
2bf7b2f
View commit details
Copy full SHA for 2bf7b2f
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
Avoid a coverty warning for failure to check return value.
michael-grunder
committed
af71d42
View commit details
Copy full SHA for af71d42
View code at this point
Browse repository at this point
Commits on Aug 14, 2017
* Only attempt to set TCP_NODELAY on TCP sockets and also don't abort
Show description for d11798e
michael-grunder
committed
d11798e
View commit details
Copy full SHA for d11798e
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fields
yatsukhnenko
committed
4e32254
View commit details
Copy full SHA for 4e32254
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Remove redis_get_exception_base
yatsukhnenko
committed
7c14071
View commit details
Copy full SHA for 7c14071
View code at this point
Browse repository at this point
Commits on Jul 28, 2017
CID 158614, 158615
yatsukhnenko
committed
eff7398
View commit details
Copy full SHA for eff7398
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
runtime exteption
yatsukhnenko
committed
be59914
View commit details
Copy full SHA for be59914
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
CID 157204
yatsukhnenko
committed
0438ab4
View commit details
Copy full SHA for 0438ab4
View code at this point
Browse repository at this point
CID 157208
yatsukhnenko
committed
26eeda5
View commit details
Copy full SHA for 26eeda5
View code at this point
Browse repository at this point
Commits on Jul 19, 2017
Fix some static analyzer warnings
Show description for 735025d
yatsukhnenko
committed
735025d
View commit details
Copy full SHA for 735025d
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
Remove redis_send_discard duplication
yatsukhnenko
committed
ea15ce2
View commit details
Copy full SHA for ea15ce2
View code at this point
Browse repository at this point
Commits on May 3, 2017
Don't use `free` as variable name.
michael-grunder
authored and
yatsukhnenko
committed
7807e87
View commit details
Copy full SHA for 7807e87
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
Remove integer_length function
michael-grunder
committed
6a74b95
View commit details
Copy full SHA for 6a74b95
View code at this point
Browse repository at this point
Actual removal of redis_cmd_format_static function
michael-grunder
committed
f2d1ccf
View commit details
Copy full SHA for f2d1ccf
View code at this point
Browse repository at this point
Replace redis_cmd_format_static with redis_spprintf
michael-grunder
committed
0eaeae0
View commit details
Copy full SHA for 0eaeae0
View code at this point
Browse repository at this point
Remove redis_cmd_append_str and redis_cmd_append_int
michael-grunder
committed
5d35acd
View commit details
Copy full SHA for 5d35acd
View code at this point
Browse repository at this point
Remove redis_cmd_format_header command completely
michael-grunder
committed
0970dde
View commit details
Copy full SHA for 0970dde
View code at this point
Browse repository at this point
Removes legacy function redis_cmd_format()
michael-grunder
committed
f880655
View commit details
Copy full SHA for f880655
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
Initial commit of refactored command construction
Show description for a4a0ed5
michael-grunder
committed
a4a0ed5
View commit details
Copy full SHA for a4a0ed5
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Remove REDIS_DOUBLE_TO_STRING macros
yatsukhnenko
committed
c8079ee
View commit details
Copy full SHA for c8079ee
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
refactoring (#1155)
Show description for 43e1e0f
yatsukhnenko
authored
43e1e0f
View commit details
Copy full SHA for 43e1e0f
View code at this point
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
View code at this point
Browse repository at this point
Processing `read_timeout` parameter + update docs
yatsukhnenko
committed
b56dc49
View commit details
Copy full SHA for b56dc49
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
refactoring (#1140)
Show description for 18149e3
yatsukhnenko
authored
18149e3
View commit details
Copy full SHA for 18149e3
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 25, 2017
Small formatting fix
michael-grunder
committed
bd16da6
View commit details
Copy full SHA for bd16da6
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.