Constant Field Values

Contents

io.toro.*

  • io.toro.martini.redis.RedisKeyMethods 
    Modifier and Type Constant Field Value
    public static final String MIGRATE_ARGS_GLOOP_DOC "migrateArgs{\n copy:boolean:Do not remove the key from the local instance by setting {@code COPY}\n replace:boolean:Replace existing key on the remote instance by setting {@code REPLACE}\n keys[]:object:Migrate one or more {@code keys}:false\n password::Creates new {@link MigrateArgs} with {@code AUTH} (target authentication) enabled:false\n}"
    public static final String SORT_ARGS_GLOOP_DOC "sortArgs{\n by::Sort keys by an external list. Key names are obtained substituting the first occurrence of {@code *} with the actual value of the element in the list.\n limit:Limit the number of returned elements{\n offset:long\n count:long\n }\n get[]::Retrieve external keys during sort. {@literal GET} supports {@code #} and {@code *} wildcards\n asc:boolean:Apply numeric sort in ascending order\n alpha:boolean:Apply lexicographically sort\n}"
  • io.toro.martini.redis.RedisUtilMethods 
    Modifier and Type Constant Field Value
    protected static final String KEY_VALUE_OUTPUT_ARRAY_GLOOP_DOC "output{\n redisKeyValues[]{\n key:object\n value:object\n }\n}"
    protected static final String KEY_VALUE_OUTPUT_GLOOP_DOC "output{\n redisKeyValue{\n key:object\n value:object\n }\n}"
    protected static final String MAP_ARRAY_GLOOP_DOC "redisMap[]{\n name:object\n value:object\n}\n"
    protected static final String MAP_OUTPUT_ARRAY_GLOOP_DOC "output{\nredisMap[]{\n name:object\n value:object\n}\n}"
    public static final String SCAN_ARGS_GLOOP_DOC "scanArgs{\n limit:long:Limit the scan by count:false\n match::Set the match filter:false\n}\n"