smrchy / rsmq

Redis Simple Message Queue
MIT License
1.76k stars 125 forks source link

Add support for millisecond precision on vt and delay #116

Open JorgenEvens opened 4 years ago

JorgenEvens commented 4 years ago

This PR increases the precision on vt and delay to milliseconds rather than seconds without changing the external API.

This PR allows more precise hiddenmsgs information in queue attributes by not ignoring the sub-second precision returned from the Redis server.