Skip to content

Optional subpackage with Redis utilities for Wumpy.

Notifications You must be signed in to change notification settings

wumpyproject/wumpy-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wumpy-redis

Optional subpackage with Redis utils for the Wumpy project.

Contents

The subpackage contains the following utilities:

  • RedisRatelimiter: A Redis-based implementation of the ratelimiter interface for wumpy-rest. Allowing shared locks between shards in different processes.

  • RedisGateway: A two-part replacement of the Gateway class in wumpy-rest for use in wumpy-bot, using Redis as a pub-sub. This makes rolling out updates easier, as you are no longer confined to the IDENTIFY limit.

  • RedisMaxConcurrencyLimiter: A lock-keeper for wumpy-gateway that uses Redis to ensure the max-concurrency on the IDENTIFY command is respected.

About

Optional subpackage with Redis utilities for Wumpy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages