Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
using redis as secondary storage for sessions - Better Auth
BA
Better Auth
•
12mo ago
•
2 replies
javid
using redis as secondary storage for sessions
Hi in the better
-auth example I saw
import
{ betterAuth
} from
"better
-auth
"
;
import
{ redisStorage
} from
"better
-auth
/storage
"
;
export const auth
= betterAuth
(
{
secondaryStorage
: redisStorage
(
{
url
:
"
r
e
d
i
s
:
/
/
l
o
c
a
l
h
o
s
t
:6379
"
}
)
,
}
)
but he implemenation of better
-auth
/storage is not present
?
https://www.better-auth.com/docs/reference/options#secondarystorage
can anyone please advice me on this
?
Options | Better Auth
Better Auth configuration options reference
.
Better Auth
Join
9,988
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Secondary Storage with Upstash
BA
Better Auth / help
14mo ago
Cannot delete user when sessions are in secondary storage instead of database
BA
Better Auth / help
13mo ago
Setting additionalFields w/ secondary storage
BA
Better Auth / help
10mo ago
Cannot get get session from secondary storage.
BA
Better Auth / help
10mo ago