code update recorded at: 13/01/25 08:13:06

This commit is contained in:
Sameer Dev 2025-01-13 08:13:06 +00:00
parent 7644ca49cc
commit aecb9b1de7

View File

@ -162,7 +162,7 @@ export const handler = async (req, res) => {
const { command, key, value, ttl, secretData } = body;
const client = await getOrCreateConnection({ secretData });
console.log("ttl",ttl)
var result
if (command === "GET") {
result = await client.get(key);