RUOTE_STORAGE
= Ruote::Redis::Storage.
new
(
::Redis.
:db
=>
14
,
:thread_safe
true
), {})))It seems that the line above is obviously missing a part (the 2 missing open ( ). What's missing in the line above? Thanks.-emclab