Hi, I just grabbed the lastest and am now having trouble using hget

This line auto test = redis.hget!(char[],char)(auth.getAuthInfo(req).email, "LastDay");

is returning

Running dmd (compile)...
../../../../.dub/packages/vibe-d-master/source/vibe/db/redis/redis.d(576): Error: static assert "Unsupported Redis reply type: char[]"
../../../../.dub/packages/vibe-d-master/source/vibe/db/redis/redis.d(283): instantiated from here: _request!(char[], string, string)
../../../../.dub/packages/vibe-d-master/source/vibe/db/redis/redis.d(123): instantiated from here: request!(char[], string, string)
source/app.d(56): instantiated from here: hget!(char[], char)
Error: Build command failed with exit code 1