A rueidis bases session store for scs
You should follow the instructions to set a client,
and pass the client to rueidisstore.New()
or rueidisstore.NewWithPrefix()
to establish the session store.
Default key is scs:session:
, you can change it via
sessionManagerOne.Store = rueidisstore.NewWithPrefix(client, "scs:session:1:")