Learn how to use ReplDB, a key-value store for Replit Apps, to persist data in your extensions through simple read and write operations.
replDb.set
repldb:read
, repldb:write
.
replDb.get
repldb:read
.
replDb.list
prefix
, which filters for keys beginning with the given prefix. Required permissions: repldb:read
.
replDb.del
repldb:read
, repldb:write
.