git-hulk commented on PR #67: URL: https://github.com/apache/incubator-kvrocks-website/pull/67#issuecomment-1477739363
Hi @enjoy-binbin, thanks for your contribution first. > we says these commands precision is in seconds, is that right? i did not dive into the kvrocks source code Yes, that's right. Currently, Kvrocks stores the expiration time in 32-bit, so it cannot support the millisecond now. Support those commands are for compatible with Redis, and @PragmaTwice is working on supporting 64-bit expiration time in this PR: https://github.com/apache/incubator-kvrocks/pull/1342. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
