Renamex
case class Renamex[K, NK](key: K, newkey: NK)(implicit redisKey: ByteStringSerializer[K], newKeySer: ByteStringSerializer[NK]) extends SimpleClusterKey[K] with RedisCommandIntegerBoolean
- Source:
- Keys.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandInteger[Boolean]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any