Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

`_parse_driver': Unknown driver: synchrony #12

Closed
bmxpert1 opened this issue Nov 12, 2013 · 4 comments
Closed

`_parse_driver': Unknown driver: synchrony #12

bmxpert1 opened this issue Nov 12, 2013 · 4 comments

Comments

@bmxpert1
Copy link

Is there a reason redis_ext.rb does not contain the synchrony driver like:

when "synchrony"
  require "redis/connection/synchrony"
  driver = Connection::Synchrony

Thanks!

@tarcieri
Copy link
Member

Well, really this has been fixed upstream so this sort of method is no longer needed.

That said, I didn't include the synchrony driver to deter people from trying to use Celluloid and em-synchrony in the same program, which would be completely insane ;)

@bmxpert1
Copy link
Author

Noob question: why would that be completely insane? I'm using a websocket server in rails which uses redis in em-synchrony fashion. Is combining celluloid and this going to cause issues?

@tarcieri
Copy link
Member

Short answer: yes

@bmxpert1
Copy link
Author

Alright thanks!

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

No branches or pull requests

2 participants