Denis Ustiuzhanin
Denis Ustiuzhanin
I copied the code for the redis driver and used it as a **custom driver**, however the implementation of `d()` and `p()` remained unchanged(it was simply copy-pasted) and it didn't...
Well, I did use `createStorage`, but I also used a custom redis driver, whose entire implementation was copied from the standard redis driver used by unstorage
So, the code looks like ``` createStorage({driver: myRedisDriver(...)}) ```
Please see https://github.com/unjs/unstorage/pull/586#issuecomment-2681177887