UpdateMeta class

The update meta verb updates the metadata of the keys in the secondary server. The update meta verb is used to set/update metadata of a key. The @sign should be authenticated using cram verb prior to use the update meta verb. A malformed request closes the @sign client connection.

ttl - time to live Defines the time after which value should expire Accepts time duration in milliseconds update:meta:@alice:location@bob:ttl:60000 - updates the existing ttl value to 60000 for the location ttb - time to born Defines the time after which value should be displayed Accepts time duration in milliseconds update:meta:@alice:location@bob:ttb:60000 - updates the existing ttb value to 60000 for the location ttr: Creates a cached key at the receiver side. Accepts a time duration in milli seconds which is a positive integer value to refresh the cached key or -1 to cache for forever. update:meta:@alice:location@bob:ttr:60000 - updates the existing ttb value to 60000 for the location

Inheritance

Constructors

UpdateMeta()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

dependsOn() Verb
Returns name of the Verb this verb depends on
override
name() String
Returns name of the verb
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requiresAuth() bool
Returns whether a verb requires authentication
override
syntax() String
Returns syntax of the verb in a regular expression format
override
toString() String
A string representation of this object.
inherited
usage() String
Returns a sample usage of the Verb
override

Operators

operator ==(Object other) bool
The equality operator.
inherited