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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate PR #836 and #837 into an updated branch #843

Merged
merged 1 commit into from Jul 10, 2017
Merged

Consolidate PR #836 and #837 into an updated branch #843

merged 1 commit into from Jul 10, 2017

Conversation

boazsegev
Copy link
Contributor

facil.io includes an asynchronous Redis client as well as a RESP
parser/formatter that could be used as an independent module.

The parser and client were written from the ground up and are licensed
under the MIT license.

This places fail.io in a unique position, the could provide an MIT
licensing option where required. This is in contrast to most of the
other clients, that are based on hiredis and require the BSD-3-clause
license.

This might not be the fastest client or parser (it's more concerned with
protecting itself from bad code than with being optimized), but it is
(to the best of my knowledge) the only MIT licensed option.

Thanks! 馃憤馃徎

===

Iodine is a Ruby HTTP / Websocket server with native Pub/Sub (built
using the facil.io C framework).

Iodine includes an integrated Redis client that allows Pub/Sub to be
extended across machine boundaries (the native Pub/Sub is limited to the
process cluster).

Thanks! 馃檹馃徎

facil.io includes an asynchronous Redis client as well as a RESP
parser/formatter that could be used as an independent module.

The parser and client were written from the ground up and are licensed
under the MIT license.

This places fail.io in a unique position, the could provide an MIT
licensing option where required. This is in contrast to most of the
other clients, that are based on hiredis and require the BSD-3-clause
license.

This might not be the fastest client or parser (it's more concerned with
protecting itself from bad code than with being optimized), but it is
(to the best of my knowledge) the only MIT licensed option.

Thanks! 馃憤馃徎

===

Iodine is a Ruby HTTP / Websocket server with native Pub/Sub (built
using the facil.io C framework).

Iodine includes an integrated Redis client that allows Pub/Sub to be
extended across machine boundaries (the native Pub/Sub is limited to the
process cluster).

Thanks! 馃檹馃徎
@badboy badboy merged commit a99634f into redis:master Jul 10, 2017
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.

None yet

2 participants