stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

Error: no overload matches 'Redis::PipelineApi#hashify' with type Redis::Future #126

Closed vergilet closed 2 years ago

vergilet commented 2 years ago

Trying to use sidekiq web and see the next output:

  09:13:36 worker_web.1   | Showing last frame. Use --error-trace for full trace.
  09:13:36 worker_web.1   | 
  09:13:36 worker_web.1   | In lib/redis/src/redis/commands.cr:1037:7
  09:13:36 worker_web.1   | 
  09:13:36 worker_web.1   |  1037 | hashify(res)
  09:13:36 worker_web.1   |         ^------
  09:13:36 worker_web.1   | Error: no overload matches 'Redis::PipelineApi#hashify' with type Redis::Future
  09:13:36 worker_web.1   | 
  09:13:36 worker_web.1   | Overloads are:
  09:13:36 worker_web.1   |  - Redis::Commands#hashify(value : Array(RedisValue))
  09:13:37 worker_web.1   | exited with code 1
kostya commented 2 years ago

Fixed in 2.8.3