All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sinri.keel.redis.mixin.RedisHashMixin Maven / Gradle / Ivy

Go to download

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