
public interface GlueGenericRedisDao extends InitializingBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(String key)  | 
org.springframework.data.redis.connection.DataType | 
getDataType(String key)  | 
org.springframework.data.redis.core.HashOperations<String,String,Object> | 
getOpsForHash()  | 
org.springframework.data.redis.core.ListOperations<String,Object> | 
getOpsForList()  | 
org.springframework.data.redis.core.SetOperations<String,Object> | 
getOpsForSet()  | 
org.springframework.data.redis.core.ValueOperations<String,Object> | 
getOpsForValue()  | 
org.springframework.data.redis.core.ZSetOperations<String,Object> | 
getOpsForZSet()  | 
void | 
opsHashAddMap(String key,
             Map<String,Object> value)  | 
void | 
opsHashAddObject(String key,
                String hashkey,
                Object value)  | 
Map<String,Object> | 
opsHashGetMap(String key)  | 
Object | 
opsHashGetObject(String key,
                String hashkey)  | 
Set<String> | 
opsHashKeys(String key)  | 
long | 
opsListAddListAll(String key,
                 List<Object> value)  | 
long | 
opsListAddObject(String key,
                Object value)  | 
List<Object> | 
opsListGetList(String key)  | 
List<Object> | 
opsListGetList(String key,
              long startIndex,
              long endIndex)  | 
long | 
opsSetAddObject(String key,
               Object value)  | 
long | 
opsSetAddSet(String key,
            Set<Object> value)  | 
Set<Object> | 
opsSetGetSet(String key)  | 
Object | 
opsValueGetObject(String key)  | 
void | 
opsValueSetObject(String key,
                 Object value)  | 
boolean | 
opsZSetAddObject(String key,
                Object value,
                double score)  | 
double | 
opsZSetGetScore(String key,
               Object value)  | 
Set<Object> | 
opsZSetGetSet(String key)  | 
Set<Object> | 
opsZSetGetSet(String key,
             long startIndex,
             long endIndex)  | 
Set<Object> | 
opsZSetGetSetByScore(String key,
                    double startScore,
                    double endScore)  | 
long | 
opsZSetRank(String key,
           Object value)  | 
long | 
opsZSetRemoveByScore(String key,
                    double startScore,
                    double endScore)  | 
long | 
size(String key)  | 
afterPropertiesSetorg.springframework.data.redis.core.HashOperations<String,String,Object> getOpsForHash()
org.springframework.data.redis.connection.DataType getDataType(String key)
void delete(String key)
long size(String key)
Set<Object> opsZSetGetSetByScore(String key, double startScore, double endScore)
long opsZSetRemoveByScore(String key, double startScore, double endScore)
Copyright © 2013–2021 POSCO ICT. All rights reserved.