aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/redis_scripts/bayes_stat.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Add some statsVsevolod Stakhov2023-12-081-0/+19
|
* [Rework] Use strings for int64_tVsevolod Stakhov2023-12-081-0/+0
It seems there is no easy way to use int64 in Redis Lua, hence, we have to use strings. It's much more expensive but still some advantage over the previous schema.