org.springframework.datastore.redis.query
Class RedisQueryUtils

java.lang.Object
  extended by org.springframework.datastore.redis.query.RedisQueryUtils

public class RedisQueryUtils
extends Object

Internal utility methods for dealing with queries

Since:
1.0

Constructor Summary
RedisQueryUtils()
           
 
Method Summary
static List<Long> transformRedisResults(org.springframework.core.convert.ConversionService conversionService, Collection<String> results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedisQueryUtils

public RedisQueryUtils()
Method Detail

transformRedisResults

public static List<Long> transformRedisResults(org.springframework.core.convert.ConversionService conversionService,
                                               Collection<String> results)