Skip to content

volcengine/cache_for_redis_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis最佳实践 示例

本项目包含了一些利用Redis实现的最佳实践示例,详细内容请参考每个示例的README.md文件。

chatbot

一个利用Redis向量搜索功能增强的ChatBot聊天机器人系统,该系统将用户历史对话进行向量化存储,在回答问题时能基于语义相似度检索相关历史对话,并结合检索结果生成更准确的回复。

sso_login

一个基于Redis的SSO登录系统,该系统将用户登录信息存储在Redis中,实现单点登录功能。

Security and privacy

This project takes security seriously. For vulnerability reporting and supported versions, see SECURITY.md

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors