zaidiqbal

Results 3 comments of zaidiqbal

Setting it to date 1970-01-01 00:00:00 does the job, which make the getTimestampe() function to return 0

no, I just use methods like sadd, smembers etc

> are you using the [`SELECT`](https://redis.io/docs/latest/commands/select/) command at any point (i.e calling `client.select` or `client.call('SELECT')`)? It was actually this issue, somewhere in the code the select statement was hidden, thanks,...