Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
ithewei
/
hiredis
Public
forked from
redis/hiredis
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Dec 12, 2020
Tiny formatting changes + suppress implicit memcpy warning
michael-grunder
committed
297ecbe
Copy full SHA for 297ecbe
Removed 2 typecasts
AdamKorcz
committed
f746a28
Copy full SHA for f746a28
Commits on Dec 11, 2020
Added fuzzer
AdamKorcz
committed
940a04f
Copy full SHA for 940a04f
Commits on Nov 15, 2020
Merge pull request #896 from ayeganov/bugfix/ssl_leak
Show description for e4a2000
michael-grunder
authored
e4a2000
Copy full SHA for e4a2000
Commits on Nov 10, 2020
Free SSL object when redisSSLConnect fails
ayeganov
committed
aefef89
Copy full SHA for aefef89
Commits on Oct 27, 2020
Merge pull request #894 from jcohen02/fix/issue893
Show description for e3f88eb
michael-grunder
authored
e3f88eb
Copy full SHA for e3f88eb
Updating SSL connection example
jcohen02
committed
308ffca
Copy full SHA for 308ffca
Commits on Oct 18, 2020
Merge pull request #889 from redis/wincert
Show description for 297f655
michael-grunder
authored
297f655
Copy full SHA for 297f655
Formatting
michael-grunder
committed
e7dda97
Copy full SHA for e7dda97
Merge pull request #874 from masariello/position-independent-code
Show description for f44945a
michael-grunder
authored
f44945a
Copy full SHA for f44945a
Merge pull request #888 from michael-grunder/nil-push-invalidation
Show description for 74e7849
michael-grunder
authored
74e7849
Copy full SHA for 74e7849
Fix handling of NIL invalidation messages.
Show description for b9b9f44
michael-grunder
committed
b9b9f44
Copy full SHA for b9b9f44
Commits on Oct 12, 2020
Merge pull request #885 from gkorland/patch-1
Show description for acc9175
michael-grunder
authored
acc9175
Copy full SHA for acc9175
clean a warning, remvoe empty else block
gkorland
authored
b086f76
Copy full SHA for b086f76
Commits on Sep 28, 2020
Merge pull request #881 from timgates42/bugfix_typo_terminated
Show description for b47fae4
michael-grunder
authored
b47fae4
Copy full SHA for b47fae4
Commits on Sep 26, 2020
docs: Fix simple typo, termined -> terminated
Show description for f989670
timgates42
committed
f989670
Copy full SHA for f989670
Commits on Sep 23, 2020
Copy error to redisAsyncContext on timeout
shiyuge
authored
773d6ea
Copy full SHA for 773d6ea
Commits on Sep 9, 2020
add pdb files to packages for MSVC builds
masariello
committed
e35300a
Copy full SHA for e35300a
Add d suffix to debug libraries so that can packaged together with optimized builds (Release, RelWithDebInfo, etc)
masariello
committed
dde6916
Copy full SHA for dde6916
Enable position-independent code
masariello
committed
3b68b50
Copy full SHA for 3b68b50
Commits on Sep 8, 2020
Add support for system CA certificate store on Windows
masariello
committed
6693863
Copy full SHA for 6693863
Remove whitespace
michael-grunder
committed
2a5a57b
Copy full SHA for 2a5a57b
Commits on Sep 7, 2020
fixed issue with unit test linking on windows with SSL
masariello
committed
1b40ec5
Copy full SHA for 1b40ec5
Commits on Sep 4, 2020
Merge branch 'master' of github.com:redis/hiredis
masariello
committed
d7b1d21
Copy full SHA for d7b1d21
Commits on Aug 31, 2020
Merge pull request #870 from michael-grunder/cmake-c99
Show description for fb0e6c0
michael-grunder
authored
fb0e6c0
Copy full SHA for fb0e6c0
Commits on Aug 28, 2020
Explicitly set c99 in CMake
Show description for 13a35bd
michael-grunder
committed
13a35bd
Copy full SHA for 13a35bd
Commits on Aug 21, 2020
Merge pull request #868 from michael-grunder/fix-sockaddr-typo
Show description for bea137c
michael-grunder
authored
bea137c
Copy full SHA for bea137c
Fix sockaddr typo
Show description for bd6f86e
michael-grunder
committed
bd6f86e
Copy full SHA for bd6f86e
Commits on Aug 7, 2020
Don't use non-installed win32.h helper in examples (#863)
Show description for 48696e7
michael-grunder
authored
48696e7
Copy full SHA for 48696e7
Commits on Aug 3, 2020
Merge tag 'v1.0.0'
Show description for faa1c48
michael-grunder
committed
faa1c48
Copy full SHA for faa1c48
Prepare for v1.0.0 GA
michael-grunder
committed
d5b4c69
Copy full SHA for d5b4c69
Commits on Jul 31, 2020
Define a no op assert if we detect NDEBUG (#861)
Show description for 5003906
michael-grunder
authored
5003906
Copy full SHA for 5003906
Use development specific versions in master
Show description for ea063b7
michael-grunder
committed
ea063b7
Copy full SHA for ea063b7
We can run SSL tests everywhere except mingw/Windows (#859)
michael-grunder
authored
04a27f4
Copy full SHA for 04a27f4
Commits on Jul 30, 2020
Remove extra whitespace (#858)
michael-grunder
authored
8966a1f
Copy full SHA for 8966a1f
Pagination
Previous
Next
You can’t perform that action at this time.