diff --git a/bun.lockb b/bun.lockb
index 484185f..b4c7e43 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index d70d36a..ca53754 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.32.0",
"@types/bytes": "^3.1.4",
- "@upstash/redis": "^1.34.3",
+ "@upstash/redis": "^1.34.8",
"bytes": "^3.1.2",
"react-hook-form": "^7.53.0",
"react-resizable-panels": "^2.1.4",
diff --git a/src/components/databrowser/components/display/display-header.tsx b/src/components/databrowser/components/display/display-header.tsx
index 3248cde..fc7f20b 100644
--- a/src/components/databrowser/components/display/display-header.tsx
+++ b/src/components/databrowser/components/display/display-header.tsx
@@ -5,7 +5,7 @@ import { IconPlus } from "@tabler/icons-react"
import { Button } from "@/components/ui/button"
import { TypeTag } from "../type-tag"
-import { LengthBadge, SizeBadge, TTLBadge } from "./header-badges"
+import { HeaderTTLBadge, LengthBadge, SizeBadge } from "./header-badges"
import { KeyActions } from "./key-actions"
export const DisplayHeader = ({
@@ -49,7 +49,7 @@ export const DisplayHeader = ({