Struct RedisString
Represents a Redis string value
.
In addition to the methods specific to string values, all operations of
RedisValue
are available using an alias this declaration.
Constructors
Name | Description |
---|---|
this
|
Fields
Name | Type | Description |
---|---|---|
value
|
RedisValue |
Properties
Name | Type | Description |
---|---|---|
length
[get]
|
long |
The length in bytes of the string.
|
Methods
Name | Description |
---|---|
get
|
|
getBit
|
|
getSet
|
|
getSubString
|
|
opAssign
|
|
opOpAssign
|
|
opOpAssign
|
|
opOpAssign
|
|
opOpAssign
|
|
opOpAssign
|
|
opUnary
|
|
opUnary
|
|
setBit
|
|
setExpire
|
|
setIfNotExist
|
|
setSubString
|
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.