mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: typos (#1986)
This commit is contained in:
parent
20b924f9d5
commit
d16195bfb7
7 changed files with 24 additions and 24 deletions
|
@ -12,7 +12,7 @@ SORT does not take any locale into account.
|
|||
|
||||
## Expiry ranges.
|
||||
Expirations are limited to 8 years. For commands with millisecond precision like PEXPIRE or PSETEX,
|
||||
expirations greater than 2^28ms are quietly rounded to the nearest second loosing precision of less than 0.001%.
|
||||
expirations greater than 2^28ms are quietly rounded to the nearest second losing precision of less than 0.001%.
|
||||
|
||||
## Lua
|
||||
We use lua 5.4.4 that has been released in 2022.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue