This website requires JavaScript.
Explore
Help
Sign In
cincodenada
/
mastodon
forked from
cybrespace/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d4b9b289e8
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