We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As soon as used upstash redis https://console.upstash.com/flyio/redis doesn't support Redis v 7+ `127.0.0.1:16379> INFO server
upstash_version:1.8.2 redis_version:6.2.6 redis_git_sha1:472d4e4 redis_build_id:20230913 redis_mode:standalone`
we can't use EX flag: https://redis.io/commands/expire/
have to revert: #309
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As soon as used upstash redis https://console.upstash.com/flyio/redis doesn't support Redis v 7+
`127.0.0.1:16379> INFO server
Server
upstash_version:1.8.2
redis_version:6.2.6
redis_git_sha1:472d4e4
redis_build_id:20230913
redis_mode:standalone`
we can't use EX flag: https://redis.io/commands/expire/
have to revert: #309
The text was updated successfully, but these errors were encountered: