Zakelly commented on issue #2149: URL: https://github.com/apache/kvrocks/issues/2149#issuecomment-1987791577
@jihuayu My redis-cli and redis-server version are both `7.2.4`, when I run `setex` command in redis-cli, it returns: ``` 127.0.0.1:6379> setex foo_ex 7200 2 OK ``` Redis python module version: ``` pip3 show redis Name: redis Version: 2.10.3 Summary: Python client for Redis key-value store Home-page: http://github.com/andymccurdy/redis-py Author: Andy McCurdy Author-email: [email protected] License: MIT Location: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages Requires: Required-by: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
