我正在使用redisTemplate获取并将数据设置为Redis。在我的redis服务器数据库中,(0-5)用于其他目的。我想将数据存储到索引的数据库6.如何实现这一点?
答案 0 :(得分:1)
使用您正在使用的RedisConnectionCommands实现中的select方法:
redisConnection.select(6);
答案 1 :(得分:0)
您可以使用RedisTemplate查询密钥并获取值。 例如,如果要返回密钥使用时存储的哈希的所有字段和值...
redisTemplate.opsForValue().get(K)
或使用密钥获取有关MessageGroup的信息.. {{1}}