This website requires JavaScript.
Explore
Help
Sign In
monorail
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6c4c84b161
mastodon
/
config
/
initializers
/
redis.rb
2 lines
92 B
Ruby
Raw
Blame
History
$redis
=
Redis
.
new
(
host
:
ENV
[
'REDIS_HOST'
]
||
'localhost'
,
port
:
ENV
[
'REDIS_PORT'
]
||
6379
)
Reference in New Issue
View Git Blame
Copy Permalink