Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rails-api-with-engine-template
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
rails-api-with-engine-template
Commits
0245aa45
Commit
0245aa45
authored
May 01, 2022
by
liyijie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新redis设置
parent
0709cf3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
redis.rb
src/config/redis.rb
+1
-1
No files found.
src/config/redis.rb
View file @
0245aa45
...
...
@@ -5,4 +5,4 @@ redis_config.merge!(db: ENV["REDIS_DB"]) if ENV["REDIS_DB"].present?
Ohm
.
redis
=
Redis
.
new
(
redis_config
)
$redis
=
Redis
.
new
(
redis_config
)
$token_redis
=
Redis
::
Namespace
.
new
(
:token
,
redis:
$redis
)
Redis
::
Objects
.
redis
=
Redis
.
new
(
url:
ENV
[
"REDIS_URL"
],
db:
ENV
[
"REDIS_DB"
],
password:
ENV
[
"REDIS_PASSWORD"
]
)
Redis
::
Objects
.
redis
=
Redis
.
new
(
redis_config
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment