redis.expire command takes the time in Seconds or Milliseconds?
Would be nice if this was also documented somewhere.
It's a redis command so you can check out the redis official document. The unit of expire is second  while pexpire is ms.
Get Outlook for iOS
On Wed, Dec 21, 2016 at 9:44 PM +0800, "vipreshjha" notifications@github.com wrote:
redis.expire command takes the time in Seconds or Milliseconds?
Would be nice if this was also documented somewhere.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
This is actually a very important thing, but the official documentation doesn't seem to state it clearly.
Most helpful comment
This is actually a very important thing, but the official documentation doesn't seem to state it clearly.