Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rfym21/Qwen2API
/ _saveToRedis
Method
_saveToRedis
src/utils/data-persistence.js:213–215 ·
view source on GitHub ↗
* 保存到 Redis * @private
(email, accountData)
Source
from the content-addressed store, hash-verified
211
/**
212
* 从环境变量加载账户数据
213
* @private
214
*/
215
async
_loadFromEnv() {
216
if
(!process.env.ACCOUNTS) {
217
return
[]
218
}
Callers
2
saveAccount
Method · 0.95
_saveAllToRedis
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected