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