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 }}
memoryza
/
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
redis_array.c
on
php-numencode
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 23, 2012
Added a specific clause in the failure/failover logic for the TYPE command,
Show description for 2b101e2
michael-grunder
committed
2b101e2
View commit details
Copy full SHA for 2b101e2
View code at this point
Browse repository at this point
RedisArray fixes
Show description for 889b2f2
michael-grunder
committed
889b2f2
View commit details
Copy full SHA for 889b2f2
View code at this point
Browse repository at this point
Commits on Mar 12, 2012
More fixes for PHP 5.4
nicolasff
committed
32e8d41
View commit details
Copy full SHA for 32e8d41
View code at this point
Browse repository at this point
Commits on Jan 30, 2012
Fixed compilation issues with Clang.
Show description for a5e53f1
nicolasff
committed
a5e53f1
View commit details
Copy full SHA for a5e53f1
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
s/_specified/_instance
nicolasff
committed
70371fa
View commit details
Copy full SHA for 70371fa
View code at this point
Browse repository at this point
Commits on Dec 12, 2011
Added retrieval of specific instance form Array
Show description for 5bc6a4c
Emmanuel Merali
committed
5bc6a4c
View commit details
Copy full SHA for 5bc6a4c
View code at this point
Browse repository at this point
Commits on Dec 11, 2011
Reordered arguments to ra_index_multi().
nicolasff
committed
8f5783c
View commit details
Copy full SHA for 8f5783c
View code at this point
Browse repository at this point
External key distributor
Show description for 2f58629
Emmanuel Merali
committed
2f58629
View commit details
Copy full SHA for 2f58629
View code at this point
Browse repository at this point
Commits on Dec 8, 2011
Renamed crc32 to rcrc32
Show description for f0a2dc0
Emmanuel Merali
committed
f0a2dc0
View commit details
Copy full SHA for f0a2dc0
View code at this point
Browse repository at this point
Commits on Dec 7, 2011
Allow use of pipeline in RedisArray
Emmanuel Merali
committed
b408f7a
View commit details
Copy full SHA for b408f7a
View code at this point
Browse repository at this point
Commits on Nov 27, 2011
Added missing autorehash option.
Show description for d4ad907
nicolasff
committed
d4ad907
View commit details
Copy full SHA for d4ad907
View code at this point
Browse repository at this point
Added missing UNWATCH.
Show description for 7781557
nicolasff
committed
7781557
View commit details
Copy full SHA for 7781557
View code at this point
Browse repository at this point
Added missing DISCARD in RedisArray mode.
Show description for 1ce8bcc
nicolasff
committed
1ce8bcc
View commit details
Copy full SHA for 1ce8bcc
View code at this point
Browse repository at this point
Commits on Sep 20, 2011
Fixed duplicate symbol (GitHub issue #50)
nicolasff
committed
ecf0e8e
View commit details
Copy full SHA for ecf0e8e
View code at this point
Browse repository at this point
Commits on Sep 13, 2011
Added missing index on MSET.
nicolasff
committed
62862cd
View commit details
Copy full SHA for 62862cd
View code at this point
Browse repository at this point
Changed DEL to use index when available.
nicolasff
committed
38f2992
View commit details
Copy full SHA for 38f2992
View code at this point
Browse repository at this point
Fixed memory corruption issue
nicolasff
committed
50c86a1
View commit details
Copy full SHA for 50c86a1
View code at this point
Browse repository at this point
Commits on Sep 4, 2011
Memory fixes.
nicolasff
committed
1f5ebc1
View commit details
Copy full SHA for 1f5ebc1
View code at this point
Browse repository at this point
Fixed memory leak in MSET
nicolasff
committed
e669167
View commit details
Copy full SHA for e669167
View code at this point
Browse repository at this point
Check for memory error, not fixed yet
nicolasff
committed
0c03ac7
View commit details
Copy full SHA for 0c03ac7
View code at this point
Browse repository at this point
More key locality tests, including a custom matching function
nicolasff
committed
0ac4ab8
View commit details
Copy full SHA for 0ac4ab8
View code at this point
Browse repository at this point
Multi/Exec support for MGET, MSET, and DEL.
nicolasff
committed
1d56b20
View commit details
Copy full SHA for 1d56b20
View code at this point
Browse repository at this point
Cleanup
nicolasff
committed
9160752
View commit details
Copy full SHA for 9160752
View code at this point
Browse repository at this point
Multi/exec, per node.
nicolasff
committed
732366a
View commit details
Copy full SHA for 732366a
View code at this point
Browse repository at this point
Auto rehash keys on read miss + config.ini
nicolasff
committed
68abdf4
View commit details
Copy full SHA for 68abdf4
View code at this point
Browse repository at this point
Commits on Aug 28, 2011
Added TSRMLS_CC/DC where needed.
nicolasff
committed
2b9a7d9
View commit details
Copy full SHA for 2b9a7d9
View code at this point
Browse repository at this point
Memory cleanup after RedisArray creation
nicolasff
committed
cb79454
View commit details
Copy full SHA for cb79454
View code at this point
Browse repository at this point
Added getOption/setOption
nicolasff
committed
d6ad27b
View commit details
Copy full SHA for d6ad27b
View code at this point
Browse repository at this point
Added INI loader
nicolasff
committed
5dffb96
View commit details
Copy full SHA for 5dffb96
View code at this point
Browse repository at this point
Better constructor
nicolasff
committed
04bfb39
View commit details
Copy full SHA for 04bfb39
View code at this point
Browse repository at this point
Fixes to rehashing test
nicolasff
committed
cdc2590
View commit details
Copy full SHA for cdc2590
View code at this point
Browse repository at this point
Added distributed PING
nicolasff
committed
8ee787d
View commit details
Copy full SHA for 8ee787d
View code at this point
Browse repository at this point
Rehashing callback
nicolasff
committed
4dcae80
View commit details
Copy full SHA for 4dcae80
View code at this point
Browse repository at this point
Commits on Aug 19, 2011
Bugfix on key indexing.
nicolasff
committed
43aae15
View commit details
Copy full SHA for 43aae15
View code at this point
Browse repository at this point
Update target index when rehashing.
nicolasff
committed
18637bf
View commit details
Copy full SHA for 18637bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.