Interface RedisCDao

All Superinterfaces:
RedisDao
All Known Implementing Classes:
AbstractHashCDao, AbstractListCDao, AbstractRedisCDao, AbstractSetCDao, AbstractZSetCDao

public interface RedisCDao extends RedisDao
  • Method Details

    • getKey

      String getKey()
    • hasKey

      boolean hasKey()
    • deleteKey

      void deleteKey()
    • expire

      Boolean expire(long time, TimeUnit timeUnit)