Skip to content

Tags: QPC-database/credis

Tags

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
-add masterOnly parameter in getCluster fuction (colinmollenhour#146)

Co-authored-by: Chuang Zhang <[email protected]>

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
-add master only mode (colinmollenhour#145)

Co-authored-by: Chuang Zhang <[email protected]>

v1.11.4

Toggle v1.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update VERSION constant

v1.11.3

Toggle v1.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes connectionStrings parsing (colinmollenhour#141)

* travis has built-in redis-server 6.0.5

- make downloaded redis-server PATH priority higher then built-in one

* Fixes connectionStrings parsing

- Fixes port always be 6379 even no port specified in host string and specified the port number other then 6379 in constructor
- Fixes persistent too

* Added test cases

- Code Cleanup

Co-authored-by: Colin Mollenhour <[email protected]>

1.11.2

Toggle 1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix syntax error urgently (colinmollenhour#138)

closes colinmollenhour#137

1.11.1

Toggle 1.11.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
change argument order of implode (colinmollenhour#131)

to follow the documented order,
reverse order is deprecated from php 7.4 on

1.11.0

Toggle 1.11.0's commit message
Enable encrypted connections with TLS (colinmollenhour#129)

* Enable encrypted connections with TLS

Use standalone PHP driver because PHP Redis extension doesn't work with TLS.
Syntax `$redis = new Credis_Client('tls://host[:port][/persistence_identifier]')`

* Enable encrypted connections with TLS

1.10.1

Toggle 1.10.1's commit message
Credis_Cluster - Fix hashing mechanism for array arguments (colinmoll…

…enhour#111)

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request colinmollenhour#101 from Xon/patch-1

Test against redis v4 & test phpredis v4 (breaking API change for exists())

1.9.1

Toggle 1.9.1's commit message
WIP: Add unit tests for PHP 5.5 (colinmollenhour#95)

* Add unit tests for PHP 5.5