Redis set becomes empty -


i have list of 10 million unique items in redis set. when set gets populated run 4 independent workers use spop (get&remove) command. each worker processes 6 items every 20 seconds (the api limits deal with). redis runs pretty default config, appendonly set "yes".

the problem after ~20k items processed redis set becomes empty , workers jobless. why that? there's no ttl on keys , default redis should keep them forever. appendonly.aof file still remains huge on disk.

i run redis 3.0.7 on debian 8, no errors in redis.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -