Closed
Description
After update to crystal-redid to 2.5.3
i got unexpected error in this code, for me this code looks ok:
redis = Redis.new
redis.keys("*").each { |key| redis.del(key) }
Showing last frame. Use --error-trace for full trace.
In src/redis/commands.cr:156:39
156 | integer_command(concat(["DEL"], namespaced(keys)))
^---------
Error: no overload matches 'Redis#namespaced' with type Array(Redis::RedisValue)
Overloads are:
- Redis::Commands#namespaced(keys : Array(String) | Tuple(String, String))
- Redis::Commands#namespaced(key : String | Symbol | Int32)
Metadata
Metadata
Assignees
Labels
No labels