Uses of Interface
org.springframework.data.redis.util.KeyUtils.SourceKeysFunction
Packages that use KeyUtils.SourceKeysFunction
Package
Description
Commonly used stuff for data manipulation throughout different driver specific implementations.
-
Uses of KeyUtils.SourceKeysFunction in org.springframework.data.redis.util
Methods in org.springframework.data.redis.util with parameters of type KeyUtils.SourceKeysFunctionModifier and TypeMethodDescriptionstatic <T,R> R KeyUtils.splitKeys(T[] keys, KeyUtils.SourceKeysFunction<T, R> function) Utility method to split an array concatenated of keys into the first key and the remaining keys and invoke the given function.