当前位置: 首页 > news >正文

【Spring连载】使用Spring Data访问Redis(十四)----Redis Repositories

【Spring连载】使用Spring Data访问Redis(十四)----Redis Repositories

  • 一、Core concepts
  • 二、Defining Repository Interfaces
  • 三、Creating Repository Instances
  • 四、Usage
  • 五、Object Mapping Fundamentals
  • 六、对象到Hash映射Object-to-Hash Mapping
  • 七、Keyspaces
  • 八、Secondary Indexes
  • 九、Time To Live
  • 十、Redis-specific Query Methods
  • 十一、Query by Example
  • 十二、在Redis集群上运行Redis Repositories
  • 十三、Redis Repositories Anatomy
  • 十四、Projections
  • 十五、Custom Repository Implementations
  • 十六、Publishing Events from Aggregate Roots
  • 十七、Null Handling of Repository Methods
  • 十八、CDI Integration
  • 十九、Repository query keywords
  • 二十、Repository query return types

一、Core concepts

二、Defining Repository Interfaces

三、Creating Repository Instances

四、Usage

五、Object Mapping Fundamentals

六、对象到Hash映射Object-to-Hash Mapping

七、Keyspaces

八、Secondary Indexes

九、Time To Live

十、Redis-specific Query Methods

十一、Query by Example

十二、在Redis集群上运行Redis Repositories

You can use the Redis repository support in a clustered Redis environment. See the “Redis Cluster” section for ConnectionFactory configuration details. Still, some additional configuration must be done, because the default key distribution spreads entities and secondary indexes through out the whole cluster and its slots.

The following table shows the details of data on a cluster (based on previous examples):

十三、Redis Repositories Anatomy

十四、Projections

十五、Custom Repository Implementations

十六、Publishing Events from Aggregate Roots

十七、Null Handling of Repository Methods

十八、CDI Integration

十九、Repository query keywords

二十、Repository query return types

http://www.lryc.cn/news/292788.html

相关文章:

  • 小鹏汽车穿越“生死线”
  • AIPC专题:深耕笔电背光模组领域,AIPC与车载显示拉动公司成长
  • 架构(十一)从0到1实现动态定时任务
  • Mybatis 批量插入数据 SQL
  • 【学员分享-考试心得】国产数据库潜力无限,云贝教育OBCP认证培训帮您解难题
  • 【Mysql】事务的隔离级别与 MVCC
  • MongoDB从入门到实战之MongoDB快速入门
  • Linux服务详解
  • 闲聊电脑(4)硬盘分区
  • 光耦合器的结构与原理解析
  • 代码随想录day17--二叉树的应用5
  • 跟着cherno手搓游戏引擎【19】抽象纹理
  • CentOS 7中搭建NFS文件共享服务器的完整步骤
  • 【华为OD机试】 最小矩阵宽度【2024 C卷|100分】
  • Ingress
  • MySQL数据库安全加固方案
  • 实践:读取html文本提取相应内容按照格式导出到excel中
  • oracle 修改表结构语句
  • LabVIEW核能设施监测
  • 使用Process.Start()打开文件夹时出现访问被拒绝异常
  • spdk技术原理简介和实践经验
  • 【开源】基于JAVA+Vue+SpringBoot的用户画像活动推荐系统
  • 023 for循环详解
  • 舟山长寿医学中心:引领生命科技前沿
  • springboot 整合 PowerJob实现定时任务调度
  • 【C语言】通讯录实现(下)
  • 数据结构与算法面试系列-03
  • elk之基本crud
  • 搭建gitlab仓库
  • C语言-算法-最短路