返回 key 所储存的值的类型 @param key @return
(String key)
| 188 | * @return |
| 189 | */ |
| 190 | public DataType type(String key) { |
| 191 | return redisTemplate.type(key); |
| 192 | } |
| 193 | |
| 194 | /** -------------------string相关操作--------------------- */ |
| 195 |
nothing calls this directly
no outgoing calls
no test coverage detected