| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
KeyDB is no longer under active development but Dragonfly is so it makes more sense to test against Dragonfly instead.
There are a few edge cases where Dragonfly has slightly different functionality or returns a slightly different RESP shape. I'll open an issue with them to see whether they want to be more compatible. In the meantime they're pretty rare edge cases so we can handle them here so we can run the vast majority of tests against Dragonfly now.
We've got a generic multibulk handler that didn't handle elements that were non-strings. This seems like a bug in general but also fixes it so that our reply handler works for `TIME` in both `Redis` and `Dragonfly`
This fixes a test failure when running against Dragonfly but is also an improvement over just using PHPREDIS_CTX_PTR variants to figure out what the reply handler should do.
| Back | FazBrowse Home | New Git URL |
KeyDB is no longer actively maintained but dragonfly is so switch from testing against keydb to testing against dragonfly.