stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

Add warning/note about using crystal-redis with web frameworks #99

Closed gottlike closed 3 years ago

xaviablaza commented 3 years ago

@gottlike Why does Kemal need to use connection pooling?

gottlike commented 3 years ago

I found out while developing a small web service: https://github.com/stefanwille/crystal-redis/issues/97

"Normal" connection wasn't usable under high load.