5.8.0
[5.8.0] - 2020-05-27
Added:
- In
LaunchDarkly::Integrations::Redis::new_feature_store
, if you pass in an externally createdpool
, you can now set the new optionpool_shutdown_on_close
tofalse
to indicate that the SDK should not shut down this pool if the SDK is shut down. The default behavior, as before, is that it will be shut down. (Thanks, jacobthemyth!)