lib/plezi/common/api.rb in plezi-0.10.15 vs lib/plezi/common/api.rb in plezi-0.10.16
- old
+ new
@@ -117,10 +117,10 @@
#
# The server will not be initiatet and instead you will be able to use Plezi controllers and the Redis auto-config
# to broadcast Plezi messages to other Plezi processes - allowing for scalable intigration of Plezi into other frameworks.
def start_placebo
GReactor.clear_listeners
- redis_connection # make sure the redis connection is activated
+ redis # make sure the redis connection is activated
puts "* Plezi #{Plezi::VERSION} Services will start with no Server...\n"
start_async
end
# this module contains the methods that are used as a DSL and sets up easy access to the Plezi framework.