We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d719d commit d8e14faCopy full SHA for d8e14fa
packages/client/lib/commands/SCAN.ts
@@ -87,7 +87,6 @@ export default {
87
if (options?.TYPE) {
88
parser.push('TYPE', options.TYPE);
89
}
90
- console.log('eeeeeeeeee', parser.redisArgs)
91
},
92
/**
93
* Transforms the SCAN reply into a structured object
@@ -96,7 +95,6 @@ export default {
96
95
* @returns Object with cursor and keys properties
97
*/
98
transformReply([cursor, keys]: [BlobStringReply, ArrayReply<BlobStringReply>]) {
99
- console.log(cursor, keys)
100
return {
101
cursor,
102
keys
0 commit comments