【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

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

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-02-02 21:12:01       91 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-02-02 21:12:01       97 阅读
  3. 在Django里面运行非项目文件

    2024-02-02 21:12:01       78 阅读
  4. Python语言-面向对象

    2024-02-02 21:12:01       88 阅读

热门阅读

  1. 02-02

    2024-02-02 21:12:01       43 阅读
  2. C++重新入门-C++简介

    2024-02-02 21:12:01       59 阅读
  3. [leetcode] 22. 括号生成

    2024-02-02 21:12:01       63 阅读
  4. 【C语言】(13)堆和栈

    2024-02-02 21:12:01       53 阅读
  5. Unity2D_单向平台

    2024-02-02 21:12:01       50 阅读
  6. Redis的big key问题介绍以及监控手段

    2024-02-02 21:12:01       45 阅读
  7. 每日学习-2月1日

    2024-02-02 21:12:01       48 阅读