[Spring/Redis] Redis 문서 정리(User Roles, Secondary Indexes)
·
Redis/Redis 개념
이번 문서 링크는 아래와 같습니다!가장 아래로 내려보시면 문서에 대한 요약을 함께 적어놨습니다 참고해주세요 :)https://redis.io/learn/develop/java/redis-and-spring-course/lesson_4 User Roles & Secondary IndexesAs we learned in the previous lesson, the @Indexed annotation can be used to create a secondary index. Secondary indexes enable lookup operations based on native Redis structures. The index is maintained on every save/update of an indexe..