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

Added TIME command that returns the current server time. #74

Merged
merged 1 commit into from
Oct 21, 2014

Conversation

gothlike
Copy link

Added TIME command that returns the current server time.

fiorix added a commit that referenced this pull request Oct 21, 2014
Added TIME command that returns the current server time.
@fiorix fiorix merged commit c56d23c into IlyaSkriblovsky:master Oct 21, 2014
@fiorix
Copy link
Collaborator

fiorix commented Oct 21, 2014

Thanks

@gothlike gothlike deleted the add-time-command branch October 21, 2014 14:43
@fiorix
Copy link
Collaborator

fiorix commented Oct 21, 2014

This is causing the build to fail on Python 2.6 without HiRedis.
Please fix or I'll have to rollback: https://travis-ci.org/fiorix/txredisapi/builds/38608132

@fiorix
Copy link
Collaborator

fiorix commented Oct 21, 2014

@lxfontes has been helping.

@gothlike
Copy link
Author

Strange thing. Can't figure out the problem right away. So it's better to rollback now. I'll take a look later.

@fiorix
Copy link
Collaborator

fiorix commented Oct 21, 2014

It seems like HiRedis blocks on running the script, which is why it works on HiRedis but fails otherwise.

@gleicon
Copy link
Contributor

gleicon commented Oct 22, 2014

I've created the basics of docker/fig to emulate distinct environments for testing. IMO, hiredis alone will block and cause issues now on old python and probably in the future b/c it wont return a deferred from a blocking operation.

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

Successfully merging this pull request may close these issues.

3 participants