-
-
Notifications
You must be signed in to change notification settings - Fork 412
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
Cleanup work for Adapter#get_multi #206
Comments
Let me know if I can help in any way. |
@gshutler cool. Changed to hash. I think I have everything ready but the docs. If you want to take a crack at those, feel free (just let me know so we don't both work on them), but I'll try to get to them soon and push out a new release afterwards. |
@gshutler it would be helpful if you wanted to double check some of my recent changes for get_multi in the various adapters for sanity, but don't feel like you have to. I should have done a PR... |
I had a look through them all (using fc6b58d...master) and didn't notice anything unexpected. All following a similar pattern to the Redis one which only changed slightly to return a I'm not going to have time to look at docs for a few days so unlikely to get to it before you do. |
@gshutler thanks! No problem about the docs. I'll try to get to it tonight or tomorrow night. |
Hey @jnunemaker. Running this in production now. Nice. THANK YOU for your work on this. This is an endpoint doing 10-15 flag checks with postgres. Now uses ❤️ |
Finished up docs this morning quick. Going to do a release. @mscoutermarsh awesome! Really appreciate you sharing that. |
get_multi was recently added, but only made efficient for the redis adapter. I need to finish making the other adapters do bulk loads for get multi instead of n+1's.
The text was updated successfully, but these errors were encountered: