Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I get server current time using node.js ? #24

Closed
MarwaAbed opened this issue Sep 1, 2018 · 2 comments
Closed

can I get server current time using node.js ? #24

MarwaAbed opened this issue Sep 1, 2018 · 2 comments

Comments

@MarwaAbed
Copy link

Hi all,
please, I need to get the Redis server insert time put I didn't find a way to do that the only one that was useful is to me is to insert the current Redis server time that found in this site, did anyone know how to use time command with node.js have a way to get the insert time?

@stockholmux
Copy link
Member

@MarwaAbed TIME is supported. In node_redis it should be client.time(function(err,resp) { ... }).

@MarwaAbed
Copy link
Author

thank you Mr. Kyle J. Davis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants