coredis

submited by
Style Pass
2022-05-21 20:00:17

Only optional variadic arguments are mapped to *args or **kwargs. When the variable length arguments are not optional the expected argument is an Iterable or Mapping.

One of arguments accepting pure tokens are collapsed and accept a PureToken

For higher level concepts such as Pipelines , LUA Scripts , PubSub abstractions are provided to simplify interaction requires pre-defined sequencing of redis commands (see Command Wrappers ) and the Handbook .

The redis command API does NOT mirror redis. For details about the high level differences refer to Divergence from aredis & redis-py

coredis is tested against redis versions 6.0.x, 6.2.x & 7.0.x. The test matrix status can be reviewed here

Leave a Comment
Related Posts