evstrat
evstrat
any help?
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 
ye, 1 min
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':...