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

FIX: Allow PresenceChannel to work on Redis 6.0 #14178

Merged
merged 1 commit into from Aug 27, 2021
Merged

Conversation

davidtaylorhq
Copy link
Member

The ZRANGE ... BYSCORE syntax was only added in 6.2. We can use the older ZRANGEBYSCORE instead

The `ZRANGE ... BYSCORE` syntax was only added in 6.2. We can use the older `ZRANGEBYSCORE` instead
@davidtaylorhq davidtaylorhq merged commit 01e2836 into main Aug 27, 2021
@davidtaylorhq davidtaylorhq deleted the redis-6-0 branch August 27, 2021 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants