2019-04-09 UTC
# fr33domlover jdormit[m], I'm sure people's PHP apps have a way to handle this. I imagine if you don't have concurrency in PHP, you can do the requests asynchronously using some external service or program. If you don't want your library to require Redis, you can write a generic backend interface and let people choose the implementation: Redis, or native limited one in PHP, or whatever else implements the interface