You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-07-31 05:44:24 +03:00
committed by
GitHub
parent
28d719d699
commit
d8e14fa4fe
@ -87,7 +87,6 @@ export default {
|
||||
if (options?.TYPE) {
|
||||
parser.push('TYPE', options.TYPE);
|
||||
}
|
||||
console.log('eeeeeeeeee', parser.redisArgs)
|
||||
},
|
||||
/**
|
||||
* Transforms the SCAN reply into a structured object
|
||||
@ -96,7 +95,6 @@ export default {
|
||||
* @returns Object with cursor and keys properties
|
||||
*/
|
||||
transformReply([cursor, keys]: [BlobStringReply, ArrayReply<BlobStringReply>]) {
|
||||
console.log(cursor, keys)
|
||||
return {
|
||||
cursor,
|
||||
keys
|
||||
|
Reference in New Issue
Block a user