这是indexloc提供的服务,不要输入任何密码
Skip to content

Create multilevel key-value registers #2

@vcwild

Description

@vcwild

Create multilevel key-value registers

  • Every twitch channel will have individual user cache
  • The channel moderators will have the ability to clear the bot cache for the channel-level key-values

Structure demo:

# Database Schema
{
	"cache": {
		"streamer_1": ["user1", "user2","user3"],
	},
	"streamers": {
		"streamer_1": "streamer_name_1",
	}
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions