ncbo_cron logs shows deprecation warnings:
Redis#exists(key) will return an Integer in redis-rb 4.3. exists? returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set Redis.exists_returns_integer = false, but this option will be removed in 5.0. (/srv/ontoportal/ncbo_cron_deployments/shared/bundle/ruby/2.5.0/bundler/gems/ncbo_annotator-08176ef39822/lib/ncbo_annotator.rb:118:in `generate_dictionary_file')
ncbo_cron logs shows deprecation warnings:
Redis#exists(key)
will return an Integer in redis-rb 4.3.exists?
returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can setRedis.exists_returns_integer = false
, but this option will be removed in 5.0. (/srv/ontoportal/ncbo_cron_deployments/shared/bundle/ruby/2.5.0/bundler/gems/ncbo_annotator-08176ef39822/lib/ncbo_annotator.rb:118:in `generate_dictionary_file')