You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Minor formatting fix. (#1890)
This commit is contained in:
@@ -19,8 +19,7 @@ async function commandWithModifiers() {
|
||||
result = await client.set('mykey', 'newvalue', {
|
||||
EX: 60,
|
||||
GET: true
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
console.log(result); //myvalue
|
||||
|
||||
|
Reference in New Issue
Block a user