Interface RedisDDao

All Superinterfaces:
RedisDao
All Known Implementing Classes:
AbstractHashDDao, AbstractListDDao, AbstractRedisDDao, AbstractSetDDao, AbstractValueDao, AbstractZsetDDao

public interface RedisDDao extends RedisDao
  • Method Details

    • getKey

      String getKey(String key)
      Parameters:
      key -
      Returns:
    • hasKey

      boolean hasKey(String key)
      Parameters:
      key -
      Returns:
    • deleteKey

      void deleteKey(String key)
      Parameters:
      key -
    • expire

      Boolean expire(String key, long time, TimeUnit timeUnit)
      Parameters:
      key -
      time -
      timeUnit -
      Returns: