vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct RedisHash

Represents a Redis hash value.

struct RedisHash(T) ;

In addition to the methods specific to hash values, all operations of RedisValue are available using an alias this declaration.

Constructors

NameDescription
this (db, key)

Fields

NameTypeDescription
value RedisValue

Methods

NameDescription
exists (field)
exists ()
get (field, def_value)
getMultiple ()
length ()
opApply (del)
opApply (del)
opIndex (field)
opIndexAssign (value, field)
opIndexOpAssign (value, field)
opIndexOpAssign (value, field)
remove ()
remove ()
setIfNotExist (field, value)
Authors

Sönke Ludwig

Copyright

© 2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.