You've already forked node-redis
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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user