Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c400 #define SPOP_MOVE_STRATEGY_MUL 5 macro
474 if (remaining*SPOP_MOVE_STRATEGY_MUL > count) { in spopWithCountCommand()