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 }}
SonicGD
/
phpredis
Public
forked from
edtechd/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
tests
on
php-numencode
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 2, 2012
PHP 5.4 number encode fix
michael-grunder
committed
83f3440
View commit details
Copy full SHA for 83f3440
View code at this point
Browse repository at this point
Commits on Jun 5, 2012
TIME command
michael-grunder
committed
f1231c9
View commit details
Copy full SHA for f1231c9
View code at this point
Browse repository at this point
Allow integer keys for MSET
michael-grunder
committed
f295c1c
View commit details
Copy full SHA for f295c1c
View code at this point
Browse repository at this point
Commits on May 27, 2012
Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-reconnect-select
nicolasff
committed
2e70c5a
View commit details
Copy full SHA for 2e70c5a
View code at this point
Browse repository at this point
Fix EOLs
nicolasff
committed
bcabe60
View commit details
Copy full SHA for bcabe60
View code at this point
Browse repository at this point
Commits on May 23, 2012
added testcase
maxbeutel
committed
0081e4d
View commit details
Copy full SHA for 0081e4d
View code at this point
Browse repository at this point
Commits on May 20, 2012
Removed unused code and updated unit tests to use === comparison instead of ==. In addition, removed string conversion conditional as per Nicolasff
michael-grunder
committed
fe02d5d
View commit details
Copy full SHA for fe02d5d
View code at this point
Browse repository at this point
Added PIPELINE/MULTI unit test for EVAL, updated docs with new commands
michael-grunder
committed
6a53379
View commit details
Copy full SHA for 6a53379
View code at this point
Browse repository at this point
Commits on May 19, 2012
Remove exclusion code from unit test
michael-grunder
committed
568aad3
View commit details
Copy full SHA for 568aad3
View code at this point
Browse repository at this point
Fix segfault in _unserialize when we get badly formed data
michael-grunder
committed
e89d385
View commit details
Copy full SHA for e89d385
View code at this point
Browse repository at this point
Unit tests for EVAL, EVALSHA, DUMP, RESTORE, _unserialize, and _prefix
michael-grunder
committed
f00ed2a
View commit details
Copy full SHA for f00ed2a
View code at this point
Browse repository at this point
Commits on May 9, 2012
Added SELECT after reconnect
Show description for db3c3c5
0
committed
db3c3c5
View commit details
Copy full SHA for db3c3c5
View code at this point
Browse repository at this point
Commits on May 7, 2012
Added optional string parameter to INFO
michael-grunder
committed
c9dbfeb
View commit details
Copy full SHA for c9dbfeb
View code at this point
Browse repository at this point
Commits on May 5, 2012
Remove unused vars, commented code for HINCRBYFLOAT
michael-grunder
committed
3b87da6
View commit details
Copy full SHA for 3b87da6
View code at this point
Browse repository at this point
Commits on May 4, 2012
Fix data type for HINCRBYFLOAT unit test
michael-grunder
committed
24c1023
View commit details
Copy full SHA for 24c1023
View code at this point
Browse repository at this point
Implemented INCRBYFLOAT and HINCRBYFLOAT
michael-grunder
committed
d59b53b
View commit details
Copy full SHA for d59b53b
View code at this point
Browse repository at this point
Commits on Apr 29, 2012
Add test for GitHub issue #118.
nicolasff
committed
00b5784
View commit details
Copy full SHA for 00b5784
View code at this point
Browse repository at this point
Convert first parameter to ZADD to string.
Show description for 8d67222
nicolasff
committed
8d67222
View commit details
Copy full SHA for 8d67222
View code at this point
Browse repository at this point
Commits on Apr 16, 2012
Add ECHO.
Show description for c4a5370
nicolasff
committed
c4a5370
View commit details
Copy full SHA for c4a5370
View code at this point
Browse repository at this point
Commits on Apr 9, 2012
Fixed smembers test
nicolasff
committed
80767ee
View commit details
Copy full SHA for 80767ee
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
Fix issue with interned igbinary strings.
Show description for 199d5e6
nicolasff
committed
199d5e6
View commit details
Copy full SHA for 199d5e6
View code at this point
Browse repository at this point
Commits on Dec 30, 2011
Fixed issue with HDEL in serialize mode.
Show description for 1a1a81b
nicolasff
committed
1a1a81b
View commit details
Copy full SHA for 1a1a81b
View code at this point
Browse repository at this point
Commits on Dec 29, 2011
Make Redis Array tests work on 32-bit.
Show description for 45f41a4
nicolasff
committed
45f41a4
View commit details
Copy full SHA for 45f41a4
View code at this point
Browse repository at this point
Commits on Dec 26, 2011
Fixed weight type issue in ZUNION.
Show description for c6672f0
nicolasff
committed
c6672f0
View commit details
Copy full SHA for c6672f0
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
Make sure publish() can be called in a pipeline.
Show description for d0d0034
nicolasff
committed
d0d0034
View commit details
Copy full SHA for d0d0034
View code at this point
Browse repository at this point
Commits on Dec 11, 2011
Fixed crash on ZREM with missing parameter.
Show description for 78f0abf
nicolasff
committed
78f0abf
View commit details
Copy full SHA for 78f0abf
View code at this point
Browse repository at this point
Added unit test for key distribution function.
nicolasff
committed
67c6417
View commit details
Copy full SHA for 67c6417
View code at this point
Browse repository at this point
Commits on Nov 27, 2011
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
Converted array tests to new format
nicolasff
committed
9692ad9
View commit details
Copy full SHA for 9692ad9
View code at this point
Browse repository at this point
Fixed unit tests.
nicolasff
committed
6cbbcfe
View commit details
Copy full SHA for 6cbbcfe
View code at this point
Browse repository at this point
Commits on Nov 9, 2011
Fixed issue with ZSCORE in MULTI/EXEC context.
Show description for 90a82d3
nicolasff
committed
90a82d3
View commit details
Copy full SHA for 90a82d3
View code at this point
Browse repository at this point
Commits on Nov 3, 2011
Bugfix for hgetall used with serializer.
Show description for 27fc7c7
nicolasff
committed
27fc7c7
View commit details
Copy full SHA for 27fc7c7
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Fixed GitHub issues #57 and #58.
nicolasff
committed
552e44f
View commit details
Copy full SHA for 552e44f
View code at this point
Browse repository at this point
Commits on Oct 2, 2011
Fixed ZADD parameter handling (Issue #55).
Show description for 2b22f2e
nicolasff
committed
2b22f2e
View commit details
Copy full SHA for 2b22f2e
View code at this point
Browse repository at this point
Commits on Sep 18, 2011
Use less memory in array unit tests
nicolasff
committed
991dfa5
View commit details
Copy full SHA for 991dfa5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.