andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
496 stars 70 forks source link

isolate caches per shard #405

Open andersfylling opened 3 years ago

andersfylling commented 3 years ago

Currently the disgord cache is a single instance, shared across N shards. It would be nice to split this up to a per shard system as this is more scalable.