9 lines
216 B
Go
9 lines
216 B
Go
package db
|
|
|
|
// FIX: move to a dedicated Redis instance. The high DB numbers exist because
|
|
// this instance is shared with helios.
|
|
const (
|
|
RedisDBAuth = 4 // auth sessions
|
|
RedisDBPusher = 5 // presence, pub/sub
|
|
)
|