Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis 7.2 compatibility #2334

Open
remicollet opened this issue Mar 23, 2023 · 2 comments
Open

Redis 7.2 compatibility #2334

remicollet opened this issue Mar 23, 2023 · 2 comments

Comments

@remicollet
Copy link
Collaborator

remicollet commented Mar 23, 2023

Redis 7.2-RC1 is released

From 00-RELEASENOTES

New user commands or command arguments

  • WAITAOF blocks until writes have been synced to disk (#11713)
  • Add WITHSCORE option to ZRANK and ZREVRANK (#11235)

New administrative and introspection commands and command arguments

  • CLIENT SETINFO lets client library report name and version Redis (#11758)
  • CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of keys (#11483)

Command replies that have been extended

  • ACL LOG - Add entry id, timestamp created, and timestamp last updated time (#11477)
  • COMMAND DOCS - Repurpose arg names as the unique ID (#11051)
  • CLIENT LIST has T flag to indicate CLIENT NO-TOUCH (#11483)
  • CLIENT LIST show lib-name, lib-ver (#11758)
@remicollet
Copy link
Collaborator Author

5.3.7 test suite

testObject                                                     [FAILED]
Assertion failed: /dev/shm/BUILD/php-pecl-redis5-5.3.7/NTS/tests/RedisTest.php:2747 (testObject)
Assertion failed: /dev/shm/BUILD/php-pecl-redis5-5.3.7/NTS/tests/RedisTest.php:2754 (testObject)

@szaimen
Copy link

szaimen commented Aug 21, 2023

Looks like the tests are fixed, does this mean phpredis is compatible with redis 7.2 then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants