1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Minor formatting fix. (#1890)

This commit is contained in:
Simon Prickett
2022-02-03 11:43:36 +00:00
committed by GitHub
parent 16afa7d0e5
commit 9f0f7f5215

View File

@@ -19,8 +19,7 @@ async function commandWithModifiers() {
result = await client.set('mykey', 'newvalue', { result = await client.set('mykey', 'newvalue', {
EX: 60, EX: 60,
GET: true GET: true
} });
);
console.log(result); //myvalue console.log(result); //myvalue