Thanks for adding base64outputstream. However, I'm having trouble getting the value from Redis.

I've tried
auto test = redis.get!(char[], char)("image"~to!string(x));
but i'm not getting all the data i need to redraw the image

And these both throw errors
auto test = redis.getRange!(char[], char)("image"~to!string(x), 1, 10);
auto test = redis.getRange!(ubyte[], ubyte)("image"~to!string(x), 1, 10);