Let me explain: If we create a new .mdx file, then the first person who comes to [slug].page will see the number 0, although it should be 1. This is due to the fact that Redis receives the request and only then sends it.
We go to the page
And we see that 0 is displayed although there is already 1 person in Redis.
Let me explain: If we create a new .mdx file, then the first person who comes to [slug].page will see the number 0, although it should be 1. This is due to the fact that Redis receives the request and only then sends it.
We go to the page And we see that 0 is displayed although there is already 1 person in Redis.