AnyEvent-Riak

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    notfound_ok
        optional, boolean

    if_modified
        optional, string

        fail if the supplied vclock does not match

    head
        optional, boolean

        return everything but the value

    deletedvclock
        optional, boolean

        return the tombstone's vclock, if applicable

    timeout
        optional, number

    sloppy_quorum
        optional, boolean

        Experimental, may change/disappear

    n_val
        optional, number

        Experimental, may change/disappear

    type
        optional, string

        Bucket type, if not set we assume the 'default' type

  put
    Put request - if options.return_body is set then the updated
    metadata/data for the key will be returned.

    bucket
        required, string

    key optional, string

    vclock
        optional, string

    content
        required, RpbContent

    w   optional, number

    dw  optional, number

    return_body
        optional, boolean

    pw  optional, number

    if_not_modified
        optional, boolean

    if_none_match
        optional, boolean

    return_head
        optional, boolean

    timeout
        optional, number

    asis
        optional, boolean

    sloppy_quorum
        optional, boolean

        Experimental, may change/disappear

    n_val
        optional, number

        Experimental, may change/disappear

    type
        optional, string

        Bucket type, if not set we assume the 'default' type

RESPONSE OBJECTS
    Results returned from various methods are blessed response objects from
    the following types. Their attributes can be accessed using accessors
    (of the same name), or using the response as a HashRef.

  RpbErrorResp
    Error response - may be generated for any Req

    errmsg
        required, string

    errcode
        required, number

  RpbGetServerInfoResp
    Get server info request - no message defined, just send
    RpbGetServerInfoReq message code

    node
        optional, string

    server_version
        optional, string

  RpbGetBucketResp
    Get bucket properties response

    props
        required, RpbBucketProps

  RpbGetClientIdResp



( run in 3.493 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )