evstrat

Results 13 comments of evstrat

Hi @dwelch-spike! any updates on python 3.8 support?

> Yes. Apologies for the long delay but Python3.8 support is coming soon. And libssl1.1.1 support also?)

sorry @toluaina, I thought its obvious from the title currently, only connection to a master is supported. I'd propose to integrate Redis Sentinel for redis cluster support https://github.com/redis/redis-py/blob/master/redis/sentinel.py ``` from...

exactly. How can I help implementing that?

Oops, gonna code it this week

There is no tests for Record class. Should I implement this?

check out my lonely json at https://github.com/evstratbg/fastapi-starlette-grafana-dashboar ![CleanShot 2022-01-17 at 17 31 44](https://user-images.githubusercontent.com/10176401/149788456-808e6a7d-72fc-4497-b66a-67cc5aa63c9c.png)

yes, here is sample of `models.py` to check ```import os import peeweedbevolve from peewee import ( CharField, Model, AutoField, ForeignKeyField, PostgresqlDatabase ) from playhouse.shortcuts import model_to_dict PG_CONN = { 'host':...