Help with Redis `connect`, `set_keepalive`, and Connection Pooling
27 views
Skip to first unread message
Avichay Har-Tuv
unread,
May 20, 2024, 5:53:20 PMMay 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openre...@googlegroups.com
Hi everyone,
I'm using a rate-limit plugin with Redis and encountering errors related to `connect` and `set_keepalive`. I need some clarification on:
1. Redis `connect` vs `set_keepalive`:
- How do these functions relate to connection pooling?
- Which one creates the pool?
- Should the pool size be the same for both?
2. Backlog Configuration:
- When should `backlog` be used in connection pooling?
- What are its benefits?
The errors I am getting seem to be related to my connection pooling not configured optimally. Any advice would be appreciated.