Ask a question: I use the ab tool to test the program I wrote. Redis is used in the program. I want to know in what order redis executes commands under high concurrency conditions. The picture below was posted by a netizen. It is what I want, but I don’t know where or how he got it:
Thanks!
The article upstairs is very good. In fact, this thing is the same as subscribing and pre-publishing. One needs to wait for the result synchronously. Only by operating on redis can you see the results.