We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9ef3b commit fa831f9Copy full SHA for fa831f9
lib/ldclient-rb/impl/integrations/redis_impl.rb
@@ -1,9 +1,6 @@
1
require "concurrent/atomics"
2
require "json"
3
4
-require "ldclient-rb/integrations/util/store_wrapper"
5
-require "ldclient-rb/redis_store" # eventually that file should be moved inside this one
6
-
7
module LaunchDarkly
8
module Impl
9
module Integrations
lib/ldclient-rb/integrations.rb
@@ -1,4 +1,5 @@
require "ldclient-rb/integrations/redis"
+require "ldclient-rb/integrations/util/store_wrapper"
#
lib/ldclient-rb/integrations/redis.rb
@@ -1,4 +1,4 @@
-require "ldclient-rb/impl/integrations/redis_impl"
+require "ldclient-rb/redis_store" # eventually we will just refer to impl/integrations/redis_impl directly
0 commit comments