# Module mrdb_select #
* [Function Index](#index)
* [Function Details](#functions)
## Function Index ##
## Function Details ##
### continuation_info/2 ###
`continuation_info(Item, C) -> any()`
### fold/5 ###
`fold(Ref, Fun, Acc, MS, Limit) -> any()`
### fold_reverse/5 ###
`fold_reverse(Ref, Fun, Acc, MS, Limit) -> any()`
### rdb_fold/5 ###
`rdb_fold(Ref, Fun, Acc, Prefix, Limit) -> any()`
### rdb_fold_reverse/5 ###
`rdb_fold_reverse(Ref, Fun, Acc, Prefix, Limit) -> any()`
### select/1 ###
`select(Cont) -> any()`
### select/3 ###
`select(Ref, MS, Limit) -> any()`
### select/4 ###
`select(Ref, MS, AccKeys, Limit) -> any()`
### select_reverse/3 ###
`select_reverse(Ref, MS, Limit) -> any()`
### select_reverse/4 ###
`select_reverse(Ref, MS, AccKeys, Limit) -> any()`