io.github.sinri.keel.redis.mixin.RedisHashMixin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Keel Show documentation
Show all versions of Keel Show documentation
A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.
The newest version!
package io.github.sinri.keel.redis.mixin;
public interface RedisHashMixin extends RedisApiMixin {
// TODO
// HDEL key field [field ...]
// HEXISTS key field
// HGET key field
// HGETALL key
// HINCRBY key field increment
// HINCRBYFLOAT key field increment
// HKEYS key
// HLEN key
// HMGET key field [field ...]
// HMSET key field value [field value ...]
// HSCAN key cursor [MATCH pattern] [COUNT count]
// HSET key field value [field value ...]
// HSETNX key field value
// HSTRLEN key field
// HVALS key
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy