Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
ai-tube
like
279
Running
on
CPU Upgrade
App
Files
Files
Community
9
b313b13
ai-tube
/
src
/
app
/
server
/
actions
/
redis.ts
jbilcke-hf
HF staff
we can now post comments
38d787b
11 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
{
Redis
}
from
"@upstash/redis"
import
{ redisToken, redisUrl }
from
"./config"
export
const
redis =
new
Redis
({
url
: redisUrl,
token
: redisToken
})