Jany Koščo
Jany Koščo
Unfortunately `JSONLoader` is trying to automatically parse everything into datetime in `flask_fixtures/loaders.py:59`. I didn't find way so far , how to use custom JSONLoader instead of provided one as workaround.
You can try my PR https://github.com/croach/Flask-Fixtures/pull/32 which allows you to disable parsing. Hopefully @croach will merged it soon.
ping @peterjmit
Hey @dbuxton 👋 Any chance this could get merged and released?
When I was testing it locally (PHP 7.0.32 and redis ext 3.1.4), a default was `SERIALIZER_PHP` and thus the rate limiting was not working at all. I will upgrade extension...
I just tested it with extension `redis-4.2.0` for `redis:3.0.6-alpine` and `redis:4.0.11-alpine` it is not working too.
https://github.com/phpredis/phpredis/issues?utf8=%E2%9C%93&q=is%3Aissue+SERIALIZER_PHP
It's not safe to change the configuration on the passed instance, because other parts of the application could rely on serialisation. I will prepare MR for README and think a...
Isn't that BC if we throw an exception now?
Anyway, the option on `\Redis` client could be changed on runtime, so there is case when this check will not prevent wrong behaviour anyway.