From 027ef03c63ee54e3ac79b6bed5ae002842d8311e Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Fri, 4 Oct 2024 08:34:29 -0700 Subject: [PATCH] chore: remove outdated TODO --- examples/redis-sync/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/redis-sync/src/index.ts b/examples/redis-sync/src/index.ts index 1408cc6fa4..a306eefef9 100644 --- a/examples/redis-sync/src/index.ts +++ b/examples/redis-sync/src/index.ts @@ -70,8 +70,6 @@ client.connect().then(async () => { } }) - // TODO update the docs code snippet too. - // Execute all commands as a single transaction try { await pipeline.exec()