chronark / chronark.com

https://chronark.com
MIT License
682 stars 382 forks source link

fix: wrong view count #24 #53

Open Devollox opened 4 months ago

Devollox commented 4 months ago

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.

image We go to the page image And we see that 0 is displayed although there is already 1 person in Redis.