vibe.d beta banner
get vibe.d
0.10.0

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

Struct RedisString

Represents a Redis string value.

struct RedisString(T) ;

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

Constructors

NameDescription
this (db, key)

Fields

NameTypeDescription
value RedisValue

Properties

NameTypeDescription
length[get] longThe length in bytes of the string.

Methods

NameDescription
get ()
getBit (offset)
getSet (value)
getSubString (start, end)
opAssign (value)
opOpAssign (value)
opOpAssign (value)
opOpAssign (value)
opOpAssign (value)
opOpAssign (value)
opUnary ()
opUnary ()
setBit (offset, value)
setExpire (value, expire_time)
setIfNotExist (value)
setSubString (offset, value)
Authors

Sönke Ludwig

Copyright

© 2014 RejectedSoftware e.K.

License

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