sessions icon indicating copy to clipboard operation
sessions copied to clipboard

Redis DB

Open melf-xyzh opened this issue 2 years ago • 1 comments

store, _ := redis.NewStore(10, "tcp", "localhost:6379", "123456789", []byte("secret")) if I want to use the db2 of redis,What do I need to do

melf-xyzh avatar Nov 11 '21 02:11 melf-xyzh

Use redis.NewStoreWithDB

dreamscached avatar Dec 16 '21 11:12 dreamscached