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

Add kb_new_no_lock. #226

Closed
wants to merge 1 commit into from
Closed

Conversation

jjnicola
Copy link
Member

In case there is no more available redis databases, it does not wait for available one.
Instead, it returns an error code which makes possible to identify this problem. To do this,
get_redis_ctx return an integer instead of redisContext, and receive a flag to select it
as a blocking or not blocking function.

@jjnicola jjnicola requested review from kroosec and a team April 30, 2019 10:43
@jjnicola jjnicola added the work in progress This pull request should not be merged yet, more commits are expected label Apr 30, 2019
@jjnicola jjnicola force-pushed the non-block-db-redis branch from 6c666f1 to 897aa28 Compare April 30, 2019 12:21
In case there is no more available redis databases, it does not wait for available one.
Instead, it returns an error code which makes possible to identify this problem. To do this,
get_redis_ctx return an integer instead of redisContext, and receive a flag to select it
as a blocking or not blocking function.
@jjnicola jjnicola force-pushed the non-block-db-redis branch from 897aa28 to 4dacb76 Compare April 30, 2019 12:37
@jjnicola jjnicola removed the work in progress This pull request should not be merged yet, more commits are expected label Apr 30, 2019
@jjnicola
Copy link
Member Author

Closed this one in favor of PR #230

@jjnicola jjnicola closed this May 13, 2019
@jjnicola jjnicola deleted the non-block-db-redis branch May 13, 2019 11:15
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.

1 participant