gocraft / work

Process background jobs in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is the proper way to use multiple namespaces?

kh411d opened this issue · comments

Can I use multiple namespaces on one app with one Redis pool connection? or should I have a configuration to define a namespace from the cli, so each app will run with its own namespace and Redis pool, and what is the downside if I use only a single namespace