Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hugufei
8 years ago
Commit
2bdfdf5c257df6c095aa78f0c6025f5ac67d91cc
1 parent
c0cd42a7
BUG
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web/src/main/resources/META-INF/spring/spring-search-redis.xml
web/src/main/resources/META-INF/spring/spring-search-redis.xml
View file @
2bdfdf5
...
...
@@ -47,8 +47,8 @@
<bean
id=
"searchValueOperations"
class=
"com.yoho.core.redis.YHValueOperations"
primary=
"true"
p:hashOperations-ref=
"searchRedisTemplate"
p:hashOperationsReadOnly-ref=
"searchRedisTemplateReadOnly"
p:valueOperations-ref=
"searchRedisTemplate"
p:valueOperationsReadOnly-ref=
"searchRedisTemplateReadOnly"
p:redisCacheClean-ref=
"redisCacheClean"
/>
<bean
id=
"searchHashOperations"
class=
"com.yoho.core.redis.YHHashOperations"
...
...
Please
register
or
login
to post a comment