获取Redis当前时间,精确到毫秒

 1 EVAL "local a=redis.call('TIME') ;return (a[1]*1000000+a[2])/1000 " 0 

原文地址:https://www.cnblogs.com/mahatmasmile/p/14066613.html