Home
last modified time | relevance | path

Searched refs:use_pattern (Results 1 – 1 of 1) sorted by relevance

/redis-3.2.3/src/
H A Ddb.c497 int patlen = 0, use_pattern = 0; in scanGenericCommand() local
530 use_pattern = !(pat[0] == '*' && patlen == 1); in scanGenericCommand()
613 if (!filter && use_pattern) { in scanGenericCommand()