This website requires JavaScript.
Explore
Help
Sign In
rubiline
/
Glitch-Shrike
Watch
2
Star
0
Fork
You've already forked Glitch-Shrike
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d4b9b289e8
Glitch-Shrike
/
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