Implemented Redis Operations ts (#8938)

Co-authored-by: Frigo <ceroroot1@gmail.com>
This commit is contained in:
Manuel Ceroni 2025-02-04 16:15:51 +01:00 committed by GitHub
parent 4b3ea9efa1
commit b8b73f5672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 40 additions and 1 deletions

View file

@ -4432,6 +4432,9 @@ local lang = {
["ipv4"] = "IPv4",
["ipv6"] = "IPv6",
["keys"] = "Keys",
["reads"] = "Reads",
["writes"] = "Writes",
["reads_writes"] = "Reads and Writes",
["load"] = "Load",
["lost_packets"] = "Lost Pkts",
["memory"] = "Memory",
@ -8299,6 +8302,7 @@ local lang = {
["redis_health_red"] = "Persistence Issues",
["redis_health_red_descr"] = "Redis is unable to persist data. Expect %{product} to malfunction.",
["redis_keys"] = "Database Keys",
["redis_reads_writes"] = "Database Reads and Writes",
["redis_monitor"] = "Redis Monitor",
["redis_monitor_description"] = "Monitor the Redis health",
["short_desc_redis_health"] = "Current Redis health.",