This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
I believe redis.set returns a bool. So change this line from:
to
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey i am using aioredis Version 1.3.1 and disnake 2.3.0 library Foke of discord-py
Also i am using Mongo (umongo)
Error:
I am getting error on every fields/collection which i have created. Here is the error
This is my Mongo collection and fields
class Serverstats(Document):
class Meta:
strict = False
And this is how i am fetching the data first from redis if its none then from mongo
Please help me idk why this error is coming its a dict filed and its making to bool field idk how also i am getting this on my every collection of my mongo
Beta Was this translation helpful? Give feedback.
All reactions