You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of py-redis 3.0.0 the client now supports STREAM commands.
These are methods prefixed with an x, e.g. xadd.
These methods are not yet in the client stubs.
example error: error: "Redis" has no attribute "xread"