You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
Remove print helper
This commit is contained in:
committed by
Ruben Bridgewater
parent
47242b342a
commit
ce3227dedd
@@ -15,5 +15,5 @@ client.set('object_1', 'foo');
|
||||
client.set('object_2', 'bar');
|
||||
client.set('object_3', 'qux');
|
||||
|
||||
client.sort('mylist', 'by', 'weight_*', 'get', 'object_*', redis.print);
|
||||
client.sort('mylist', 'by', 'weight_*', 'get', 'object_*', console.log);
|
||||
// Prints Reply: qux,foo,bar
|
||||
|
Reference in New Issue
Block a user