diff --git a/.doxygen b/.doxygen
new file mode 100644
index 00000000..9591ecb5
--- /dev/null
+++ b/.doxygen
@@ -0,0 +1,2473 @@
+# Doxyfile 1.8.13
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project.
+#
+# All text after a double hash (##) is considered a comment and is placed in
+# front of the TAG it is preceding.
+#
+# All text after a single hash (#) is considered a comment and will be ignored.
+# The format is:
+# TAG = value [value, ...]
+# For lists, items can also be appended using:
+# TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (\" \").
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# This tag specifies the encoding used for all characters in the config file
+# that follow. The default is UTF-8 which is also the encoding used for all text
+# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
+# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
+# for the list of possible encodings.
+# The default value is: UTF-8.
+
+DOXYFILE_ENCODING = UTF-8
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
+# double-quotes, unless you are using Doxywizard) that should identify the
+# project for which the documentation is generated. This name is used in the
+# title of most generated pages and in a few other places.
+# The default value is: My Project.
+
+PROJECT_NAME = "cpp_redis"
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
+# could be handy for archiving the generated documentation or if some version
+# control system is used.
+
+PROJECT_NUMBER = "4.0.0"
+
+# Using the PROJECT_BRIEF tag one can provide an optional one line description
+# for a project that appears at the top of each page and should give viewer a
+# quick idea about the purpose of the project. Keep the description short.
+
+PROJECT_BRIEF = "cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining."
+
+# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
+# in the documentation. The maximum height of the logo should not exceed 55
+# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
+# the logo to the output directory.
+
+PROJECT_LOGO = "assets/images/cpp_redis_logo.jpg"
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
+# into which the generated documentation will be written. If a relative path is
+# entered, it will be relative to the location where doxygen was started. If
+# left blank the current directory will be used.
+
+OUTPUT_DIRECTORY = docs
+
+# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
+# directories (in 2 levels) under the output directory of each output format and
+# will distribute the generated files over these directories. Enabling this
+# option can be useful when feeding doxygen a huge amount of source files, where
+# putting all generated files in the same directory would otherwise causes
+# performance problems for the file system.
+# The default value is: NO.
+
+CREATE_SUBDIRS = NO
+
+# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
+# characters to appear in the names of generated files. If set to NO, non-ASCII
+# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
+# U+3044.
+# The default value is: NO.
+
+ALLOW_UNICODE_NAMES = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all
+# documentation generated by doxygen is written. Doxygen will use this
+# information to generate all constant output in the proper language.
+# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
+# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
+# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
+# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
+# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
+# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
+# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
+# Ukrainian and Vietnamese.
+# The default value is: English.
+
+OUTPUT_LANGUAGE = English
+
+# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
+# descriptions after the members that are listed in the file and class
+# documentation (similar to Javadoc). Set to NO to disable this.
+# The default value is: YES.
+
+BRIEF_MEMBER_DESC = YES
+
+# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
+# description of a member or function before the detailed description
+#
+# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
+# brief descriptions will be completely suppressed.
+# The default value is: YES.
+
+REPEAT_BRIEF = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator that is
+# used to form the text in various listings. Each string in this list, if found
+# as the leading text of the brief description, will be stripped from the text
+# and the result, after processing the whole list, is used as the annotated
+# text. Otherwise, the brief description is used as-is. If left blank, the
+# following values are used ($name is automatically replaced with the name of
+# the entity):The $name class, The $name widget, The $name file, is, provides,
+# specifies, contains, represents, a, an and the.
+
+ABBREVIATE_BRIEF = "The $name class" \
+ "The $name widget" \
+ "The $name file" \
+ is \
+ provides \
+ specifies \
+ contains \
+ represents \
+ a \
+ an \
+ the
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
+# doxygen will generate a detailed section even if there is only a brief
+# description.
+# The default value is: NO.
+
+ALWAYS_DETAILED_SEC = NO
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
+# inherited members of a class in the documentation of that class as if those
+# members were ordinary class members. Constructors, destructors and assignment
+# operators of the base classes will not be shown.
+# The default value is: NO.
+
+INLINE_INHERITED_MEMB = NO
+
+# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
+# before files name in the file list and in the header files. If set to NO the
+# shortest path that makes the file name unique will be used
+# The default value is: YES.
+
+FULL_PATH_NAMES = YES
+
+# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
+# Stripping is only done if one of the specified strings matches the left-hand
+# part of the path. The tag can be used to show relative paths in the file list.
+# If left blank the directory from which doxygen is run is used as the path to
+# strip.
+#
+# Note that you can specify absolute paths here, but also relative paths, which
+# will be relative from the directory where doxygen is started.
+# This tag requires that the tag FULL_PATH_NAMES is set to YES.
+
+STRIP_FROM_PATH =
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
+# path mentioned in the documentation of a class, which tells the reader which
+# header file to include in order to use a class. If left blank only the name of
+# the header file containing the class definition is used. Otherwise one should
+# specify the list of include paths that are normally passed to the compiler
+# using the -I flag.
+
+STRIP_FROM_INC_PATH =
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
+# less readable) file names. This can be useful is your file systems doesn't
+# support long names like on DOS, Mac, or CD-ROM.
+# The default value is: NO.
+
+SHORT_NAMES = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
+# first line (until the first dot) of a Javadoc-style comment as the brief
+# description. If set to NO, the Javadoc-style will behave just like regular Qt-
+# style comments (thus requiring an explicit @brief command for a brief
+# description.)
+# The default value is: NO.
+
+JAVADOC_AUTOBRIEF = NO
+
+# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
+# line (until the first dot) of a Qt-style comment as the brief description. If
+# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
+# requiring an explicit \brief command for a brief description.)
+# The default value is: NO.
+
+QT_AUTOBRIEF = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
+# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
+# a brief description. This used to be the default behavior. The new default is
+# to treat a multi-line C++ comment block as a detailed description. Set this
+# tag to YES if you prefer the old behavior instead.
+#
+# Note that setting this tag to YES also means that rational rose comments are
+# not recognized any more.
+# The default value is: NO.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
+# documentation from any documented member that it re-implements.
+# The default value is: YES.
+
+INHERIT_DOCS = YES
+
+# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
+# page for each member. If set to NO, the documentation of a member will be part
+# of the file/class/namespace that contains it.
+# The default value is: NO.
+
+SEPARATE_MEMBER_PAGES = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
+# uses this value to replace tabs by spaces in code fragments.
+# Minimum value: 1, maximum value: 16, default value: 4.
+
+TAB_SIZE = 4
+
+# This tag can be used to specify a number of aliases that act as commands in
+# the documentation. An alias has the form:
+# name=value
+# For example adding
+# "sideeffect=@par Side Effects:\n"
+# will allow you to put the command \sideeffect (or @sideeffect) in the
+# documentation, which will result in a user-defined paragraph with heading
+# "Side Effects:". You can put \n's in the value part of an alias to insert
+# newlines.
+
+ALIASES =
+
+# This tag can be used to specify a number of word-keyword mappings (TCL only).
+# A mapping has the form "name=value". For example adding "class=itcl::class"
+# will allow you to use the command class in the itcl::class meaning.
+
+TCL_SUBST =
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
+# only. Doxygen will then generate output that is more tailored for C. For
+# instance, some of the names that are used will be different. The list of all
+# members will be omitted, etc.
+# The default value is: NO.
+
+OPTIMIZE_OUTPUT_FOR_C = NO
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
+# Python sources only. Doxygen will then generate output that is more tailored
+# for that language. For instance, namespaces will be presented as packages,
+# qualified scopes will look different, etc.
+# The default value is: NO.
+
+OPTIMIZE_OUTPUT_JAVA = NO
+
+# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
+# sources. Doxygen will then generate output that is tailored for Fortran.
+# The default value is: NO.
+
+OPTIMIZE_FOR_FORTRAN = NO
+
+# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
+# sources. Doxygen will then generate output that is tailored for VHDL.
+# The default value is: NO.
+
+OPTIMIZE_OUTPUT_VHDL = NO
+
+# Doxygen selects the parser to use depending on the extension of the files it
+# parses. With this tag you can assign which parser to use for a given
+# extension. Doxygen has a built-in mapping, but you can override or extend it
+# using this tag. The format is ext=language, where ext is a file extension, and
+# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
+# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
+# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
+# Fortran. In the later case the parser tries to guess whether the code is fixed
+# or free formatted code, this is the default for Fortran type files), VHDL. For
+# instance to make doxygen treat .inc files as Fortran files (default is PHP),
+# and .f files as C (default is Fortran), use: inc=Fortran f=C.
+#
+# Note: For files without extension you can use no_extension as a placeholder.
+#
+# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
+# the files are not read by doxygen.
+
+EXTENSION_MAPPING =
+
+# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
+# according to the Markdown format, which allows for more readable
+# documentation. See http://daringfireball.net/projects/markdown/ for details.
+# The output of markdown processing is further processed by doxygen, so you can
+# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
+# case of backward compatibilities issues.
+# The default value is: YES.
+
+MARKDOWN_SUPPORT = YES
+
+# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
+# to that level are automatically included in the table of contents, even if
+# they do not have an id attribute.
+# Note: This feature currently applies only to Markdown headings.
+# Minimum value: 0, maximum value: 99, default value: 0.
+# This tag requires that the tag MARKDOWN_SUPPORT is set to YES.
+
+TOC_INCLUDE_HEADINGS = 0
+
+# When enabled doxygen tries to link words that correspond to documented
+# classes, or namespaces to their corresponding documentation. Such a link can
+# be prevented in individual cases by putting a % sign in front of the word or
+# globally by setting AUTOLINK_SUPPORT to NO.
+# The default value is: YES.
+
+AUTOLINK_SUPPORT = YES
+
+# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
+# to include (a tag file for) the STL sources as input, then you should set this
+# tag to YES in order to let doxygen match functions declarations and
+# definitions whose arguments contain STL classes (e.g. func(std::string);
+# versus func(std::string) {}). This also make the inheritance and collaboration
+# diagrams that involve STL classes more complete and accurate.
+# The default value is: NO.
+
+BUILTIN_STL_SUPPORT = NO
+
+# If you use Microsoft's C++/CLI language, you should set this option to YES to
+# enable parsing support.
+# The default value is: NO.
+
+CPP_CLI_SUPPORT = NO
+
+# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
+# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
+# will parse them like normal C++ but will assume all classes use public instead
+# of private inheritance when no explicit protection keyword is present.
+# The default value is: NO.
+
+SIP_SUPPORT = NO
+
+# For Microsoft's IDL there are propget and propput attributes to indicate
+# getter and setter methods for a property. Setting this option to YES will make
+# doxygen to replace the get and set methods by a property in the documentation.
+# This will only work if the methods are indeed getting or setting a simple
+# type. If this is not the case, or you want to show the methods anyway, you
+# should set this option to NO.
+# The default value is: YES.
+
+IDL_PROPERTY_SUPPORT = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
+# tag is set to YES then doxygen will reuse the documentation of the first
+# member in the group (if any) for the other members of the group. By default
+# all members of a group must be documented explicitly.
+# The default value is: NO.
+
+DISTRIBUTE_GROUP_DOC = NO
+
+# If one adds a struct or class to a group and this option is enabled, then also
+# any nested class or struct is added to the same group. By default this option
+# is disabled and one has to add nested compounds explicitly via \ingroup.
+# The default value is: NO.
+
+GROUP_NESTED_COMPOUNDS = NO
+
+# Set the SUBGROUPING tag to YES to allow class member groups of the same type
+# (for instance a group of public functions) to be put as a subgroup of that
+# type (e.g. under the Public Functions section). Set it to NO to prevent
+# subgrouping. Alternatively, this can be done per class using the
+# \nosubgrouping command.
+# The default value is: YES.
+
+SUBGROUPING = YES
+
+# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
+# are shown inside the group in which they are included (e.g. using \ingroup)
+# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
+# and RTF).
+#
+# Note that this feature does not work in combination with
+# SEPARATE_MEMBER_PAGES.
+# The default value is: NO.
+
+INLINE_GROUPED_CLASSES = NO
+
+# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
+# with only public data fields or simple typedef fields will be shown inline in
+# the documentation of the scope in which they are defined (i.e. file,
+# namespace, or group documentation), provided this scope is documented. If set
+# to NO, structs, classes, and unions are shown on a separate page (for HTML and
+# Man pages) or section (for LaTeX and RTF).
+# The default value is: NO.
+
+INLINE_SIMPLE_STRUCTS = NO
+
+# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
+# enum is documented as struct, union, or enum with the name of the typedef. So
+# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
+# with name TypeT. When disabled the typedef will appear as a member of a file,
+# namespace, or class. And the struct will be named TypeS. This can typically be
+# useful for C code in case the coding convention dictates that all compound
+# types are typedef'ed and only the typedef is referenced, never the tag name.
+# The default value is: NO.
+
+TYPEDEF_HIDES_STRUCT = NO
+
+# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
+# cache is used to resolve symbols given their name and scope. Since this can be
+# an expensive process and often the same symbol appears multiple times in the
+# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
+# doxygen will become slower. If the cache is too large, memory is wasted. The
+# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
+# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
+# symbols. At the end of a run doxygen will report the cache usage and suggest
+# the optimal cache size from a speed point of view.
+# Minimum value: 0, maximum value: 9, default value: 0.
+
+LOOKUP_CACHE_SIZE = 0
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
+# documentation are documented, even if no documentation was available. Private
+# class members and static file members will be hidden unless the
+# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
+# Note: This will also disable the warnings about undocumented members that are
+# normally produced when WARNINGS is set to YES.
+# The default value is: NO.
+
+EXTRACT_ALL = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
+# be included in the documentation.
+# The default value is: NO.
+
+EXTRACT_PRIVATE = YES
+
+# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
+# scope will be included in the documentation.
+# The default value is: NO.
+
+EXTRACT_PACKAGE = NO
+
+# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
+# included in the documentation.
+# The default value is: NO.
+
+EXTRACT_STATIC = YES
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
+# locally in source files will be included in the documentation. If set to NO,
+# only classes defined in header files are included. Does not have any effect
+# for Java sources.
+# The default value is: YES.
+
+EXTRACT_LOCAL_CLASSES = YES
+
+# This flag is only useful for Objective-C code. If set to YES, local methods,
+# which are defined in the implementation section but not in the interface are
+# included in the documentation. If set to NO, only methods in the interface are
+# included.
+# The default value is: NO.
+
+EXTRACT_LOCAL_METHODS = NO
+
+# If this flag is set to YES, the members of anonymous namespaces will be
+# extracted and appear in the documentation as a namespace called
+# 'anonymous_namespace{file}', where file will be replaced with the base name of
+# the file that contains the anonymous namespace. By default anonymous namespace
+# are hidden.
+# The default value is: NO.
+
+EXTRACT_ANON_NSPACES = NO
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
+# undocumented members inside documented classes or files. If set to NO these
+# members will be included in the various overviews, but no documentation
+# section is generated. This option has no effect if EXTRACT_ALL is enabled.
+# The default value is: NO.
+
+HIDE_UNDOC_MEMBERS = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
+# undocumented classes that are normally visible in the class hierarchy. If set
+# to NO, these classes will be included in the various overviews. This option
+# has no effect if EXTRACT_ALL is enabled.
+# The default value is: NO.
+
+HIDE_UNDOC_CLASSES = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
+# (class|struct|union) declarations. If set to NO, these declarations will be
+# included in the documentation.
+# The default value is: NO.
+
+HIDE_FRIEND_COMPOUNDS = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
+# documentation blocks found inside the body of a function. If set to NO, these
+# blocks will be appended to the function's detailed documentation block.
+# The default value is: NO.
+
+HIDE_IN_BODY_DOCS = NO
+
+# The INTERNAL_DOCS tag determines if documentation that is typed after a
+# \internal command is included. If the tag is set to NO then the documentation
+# will be excluded. Set it to YES to include the internal documentation.
+# The default value is: NO.
+
+INTERNAL_DOCS = NO
+
+# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
+# names in lower-case letters. If set to YES, upper-case letters are also
+# allowed. This is useful if you have classes or files whose names only differ
+# in case and if your file system supports case sensitive file names. Windows
+# and Mac users are advised to set this option to NO.
+# The default value is: system dependent.
+
+CASE_SENSE_NAMES = NO
+
+# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
+# their full class and namespace scopes in the documentation. If set to YES, the
+# scope will be hidden.
+# The default value is: NO.
+
+HIDE_SCOPE_NAMES = NO
+
+# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
+# append additional text to a page's title, such as Class Reference. If set to
+# YES the compound reference will be hidden.
+# The default value is: NO.
+
+HIDE_COMPOUND_REFERENCE= NO
+
+# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
+# the files that are included by a file in the documentation of that file.
+# The default value is: YES.
+
+SHOW_INCLUDE_FILES = YES
+
+# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
+# grouped member an include statement to the documentation, telling the reader
+# which file to include in order to use the member.
+# The default value is: NO.
+
+SHOW_GROUPED_MEMB_INC = NO
+
+# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
+# files with double quotes in the documentation rather than with sharp brackets.
+# The default value is: NO.
+
+FORCE_LOCAL_INCLUDES = NO
+
+# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
+# documentation for inline members.
+# The default value is: YES.
+
+INLINE_INFO = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
+# (detailed) documentation of file and class members alphabetically by member
+# name. If set to NO, the members will appear in declaration order.
+# The default value is: YES.
+
+SORT_MEMBER_DOCS = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
+# descriptions of file, namespace and class members alphabetically by member
+# name. If set to NO, the members will appear in declaration order. Note that
+# this will also influence the order of the classes in the class list.
+# The default value is: NO.
+
+SORT_BRIEF_DOCS = NO
+
+# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
+# (brief and detailed) documentation of class members so that constructors and
+# destructors are listed first. If set to NO the constructors will appear in the
+# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
+# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
+# member documentation.
+# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
+# detailed member documentation.
+# The default value is: NO.
+
+SORT_MEMBERS_CTORS_1ST = NO
+
+# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
+# of group names into alphabetical order. If set to NO the group names will
+# appear in their defined order.
+# The default value is: NO.
+
+SORT_GROUP_NAMES = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
+# fully-qualified names, including namespaces. If set to NO, the class list will
+# be sorted only by class name, not including the namespace part.
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+# Note: This option applies only to the class list, not to the alphabetical
+# list.
+# The default value is: NO.
+
+SORT_BY_SCOPE_NAME = NO
+
+# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
+# type resolution of all parameters of a function it will reject a match between
+# the prototype and the implementation of a member function even if there is
+# only one candidate or it is obvious which candidate to choose by doing a
+# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
+# accept a match between prototype and implementation in such cases.
+# The default value is: NO.
+
+STRICT_PROTO_MATCHING = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
+# list. This list is created by putting \todo commands in the documentation.
+# The default value is: YES.
+
+GENERATE_TODOLIST = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
+# list. This list is created by putting \test commands in the documentation.
+# The default value is: YES.
+
+GENERATE_TESTLIST = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
+# list. This list is created by putting \bug commands in the documentation.
+# The default value is: YES.
+
+GENERATE_BUGLIST = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
+# the deprecated list. This list is created by putting \deprecated commands in
+# the documentation.
+# The default value is: YES.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional documentation
+# sections, marked by \if
![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
| ▼Ncpp_redis | |
| ▼Nbuilders | |
| Carray_builder | |
| Cbuilder_iface | |
| Cbulk_string_builder | |
| Cerror_builder | |
| Cinteger_builder | |
| Creply_builder | |
| Csimple_string_builder | |
| ▼Nhelpers | |
| Cback | |
| Cback< T > | |
| Cfront | |
| Cis_different_types | |
| Cis_different_types< T1 > | |
| Cis_type_present | |
| Cis_type_present< T1, T2 > | |
| ▼Nnetwork | |
| Credis_connection | |
| Ctcp_client | |
| ▼Ctcp_client_iface | |
| Cread_request | |
| Cread_result | |
| Cwrite_request | |
| Cwrite_result | |
| ▼Cclient | |
| Ccommand_request | |
| Clogger | |
| Clogger_iface | |
| Credis_error | |
| Creply | |
| ▼Csentinel | |
| Csentinel_def | |
| ▼Csubscriber | |
| Ccallback_holder |
+ 1.8.13
+
+
+
diff --git a/docs/html/array__builder_8hpp.html b/docs/html/array__builder_8hpp.html
new file mode 100644
index 00000000..bf9bcb34
--- /dev/null
+++ b/docs/html/array__builder_8hpp.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <cpp_redis/builders/builder_iface.hpp>#include <cpp_redis/builders/integer_builder.hpp>#include <cpp_redis/core/reply.hpp>Go to the source code of this file.
++Classes | |
| class | cpp_redis::builders::array_builder |
+Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+ 1.8.13
+
+
+
diff --git a/docs/html/array__builder_8hpp_source.html b/docs/html/array__builder_8hpp_source.html
new file mode 100644
index 00000000..f25697d6
--- /dev/null
+++ b/docs/html/array__builder_8hpp_source.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/bc_s.png b/docs/html/bc_s.png
new file mode 100644
index 00000000..224b29aa
Binary files /dev/null and b/docs/html/bc_s.png differ
diff --git a/docs/html/bdwn.png b/docs/html/bdwn.png
new file mode 100644
index 00000000..940a0b95
Binary files /dev/null and b/docs/html/bdwn.png differ
diff --git a/docs/html/builder__iface_8hpp.html b/docs/html/builder__iface_8hpp.html
new file mode 100644
index 00000000..c1f8bf04
--- /dev/null
+++ b/docs/html/builder__iface_8hpp.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
Go to the source code of this file.
++Classes | |
| class | cpp_redis::builders::builder_iface |
+Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+ 1.8.13
+
+
+
diff --git a/docs/html/builder__iface_8hpp_source.html b/docs/html/builder__iface_8hpp_source.html
new file mode 100644
index 00000000..b782ca28
--- /dev/null
+++ b/docs/html/builder__iface_8hpp_source.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/builders__factory_8hpp.html b/docs/html/builders__factory_8hpp.html
new file mode 100644
index 00000000..db86a2b9
--- /dev/null
+++ b/docs/html/builders__factory_8hpp.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
Go to the source code of this file.
++Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+Functions | |
| std::unique_ptr< builder_iface > | cpp_redis::builders::create_builder (char id) |
+ 1.8.13
+
+
+
diff --git a/docs/html/builders__factory_8hpp_source.html b/docs/html/builders__factory_8hpp_source.html
new file mode 100644
index 00000000..d1d58c6c
--- /dev/null
+++ b/docs/html/builders__factory_8hpp_source.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/bulk__string__builder_8hpp.html b/docs/html/bulk__string__builder_8hpp.html
new file mode 100644
index 00000000..d1ffdd22
--- /dev/null
+++ b/docs/html/bulk__string__builder_8hpp.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <cpp_redis/builders/builder_iface.hpp>#include <cpp_redis/builders/integer_builder.hpp>#include <cpp_redis/core/reply.hpp>Go to the source code of this file.
++Classes | |
| class | cpp_redis::builders::bulk_string_builder |
+Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+ 1.8.13
+
+
+
diff --git a/docs/html/bulk__string__builder_8hpp_source.html b/docs/html/bulk__string__builder_8hpp_source.html
new file mode 100644
index 00000000..c43ecb8c
--- /dev/null
+++ b/docs/html/bulk__string__builder_8hpp_source.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1array__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1array__builder-members.html
new file mode 100644
index 00000000..471859a0
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1array__builder-members.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::array_builder, including all inherited members.
+| array_builder(void) | cpp_redis::builders::array_builder | |
| array_builder(const array_builder &)=delete | cpp_redis::builders::array_builder | |
| build_row(std::string &buffer) | cpp_redis::builders::array_builder | private |
| fetch_array_size(std::string &buffer) | cpp_redis::builders::array_builder | private |
| get_reply(void) const | cpp_redis::builders::array_builder | virtual |
| m_array_size | cpp_redis::builders::array_builder | private |
| m_current_builder | cpp_redis::builders::array_builder | private |
| m_int_builder | cpp_redis::builders::array_builder | private |
| m_reply | cpp_redis::builders::array_builder | private |
| m_reply_ready | cpp_redis::builders::array_builder | private |
| operator<<(std::string &data) | cpp_redis::builders::array_builder | virtual |
| operator=(const array_builder &)=delete | cpp_redis::builders::array_builder | |
| reply_ready(void) const | cpp_redis::builders::array_builder | virtual |
| ~array_builder(void)=default | cpp_redis::builders::array_builder | |
| ~builder_iface(void)=default | cpp_redis::builders::builder_iface | virtual |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1array__builder.html b/docs/html/classcpp__redis_1_1builders_1_1array__builder.html
new file mode 100644
index 00000000..525dfea2
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1array__builder.html
@@ -0,0 +1,530 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <array_builder.hpp>
+
+ +Public Member Functions | |
| array_builder (void) | |
| ctor More... | |
| ~array_builder (void)=default | |
| dtor More... | |
| array_builder (const array_builder &)=delete | |
| copy ctor More... | |
| array_builder & | operator= (const array_builder &)=delete |
| assignment operator More... | |
| builder_iface & | operator<< (std::string &data) |
| bool | reply_ready (void) const |
| reply | get_reply (void) const |
Public Member Functions inherited from cpp_redis::builders::builder_iface | |
| virtual | ~builder_iface (void)=default |
+Private Member Functions | |
| bool | fetch_array_size (std::string &buffer) |
| bool | build_row (std::string &buffer) |
+Private Attributes | |
| integer_builder | m_int_builder |
| uint64_t | m_array_size |
| std::unique_ptr< builder_iface > | m_current_builder |
| bool | m_reply_ready |
| reply | m_reply |
builder to build redis array replies
+| cpp_redis::builders::array_builder::array_builder | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +
+
|
+ +private | +
take data as parameter which is consumed to build an array row every bytes used to build row is removed from the buffer passed as parameter
+| buffer | data to be consumer |
+
|
+ +private | +
take data as parameter which is consumed to determine array size every bytes used to build size is removed from the buffer passed as parameter
+| buffer | data to be consumer |
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +delete | +
assignment operator
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +private | +
built array size
+ +
+
|
+ +private | +
current builder used to build current row
+ +
+
|
+ +private | +
builder used to fetch the array size
+ +
+
|
+ +private | +
reply to be built (or built)
+ +
+
|
+ +private | +
whether the reply is ready or not
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1array__builder.png b/docs/html/classcpp__redis_1_1builders_1_1array__builder.png
new file mode 100644
index 00000000..f4b429c1
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1array__builder.png differ
diff --git a/docs/html/classcpp__redis_1_1builders_1_1builder__iface-members.html b/docs/html/classcpp__redis_1_1builders_1_1builder__iface-members.html
new file mode 100644
index 00000000..0e961876
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1builder__iface-members.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::builder_iface, including all inherited members.
+| get_reply(void) const =0 | cpp_redis::builders::builder_iface | pure virtual |
| operator<<(std::string &data)=0 | cpp_redis::builders::builder_iface | pure virtual |
| reply_ready(void) const =0 | cpp_redis::builders::builder_iface | pure virtual |
| ~builder_iface(void)=default | cpp_redis::builders::builder_iface | virtual |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1builder__iface.html b/docs/html/classcpp__redis_1_1builders_1_1builder__iface.html
new file mode 100644
index 00000000..086a377b
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1builder__iface.html
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <builder_iface.hpp>
+
+ +Public Member Functions | |
| virtual | ~builder_iface (void)=default |
| virtual builder_iface & | operator<< (std::string &data)=0 |
| virtual bool | reply_ready (void) const =0 |
| virtual reply | get_reply (void) const =0 |
interface inherited by all builders
+
+
|
+ +virtualdefault | +
+
|
+ +pure virtual | +
Implemented in cpp_redis::builders::integer_builder, cpp_redis::builders::simple_string_builder, cpp_redis::builders::array_builder, cpp_redis::builders::bulk_string_builder, and cpp_redis::builders::error_builder.
+ +
+
|
+ +pure virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implemented in cpp_redis::builders::integer_builder, cpp_redis::builders::simple_string_builder, cpp_redis::builders::array_builder, cpp_redis::builders::bulk_string_builder, and cpp_redis::builders::error_builder.
+ +
+
|
+ +pure virtual | +
Implemented in cpp_redis::builders::integer_builder, cpp_redis::builders::simple_string_builder, cpp_redis::builders::array_builder, cpp_redis::builders::bulk_string_builder, and cpp_redis::builders::error_builder.
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1builder__iface.png b/docs/html/classcpp__redis_1_1builders_1_1builder__iface.png
new file mode 100644
index 00000000..a2718d2c
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1builder__iface.png differ
diff --git a/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder-members.html
new file mode 100644
index 00000000..27b4c1e2
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder-members.html
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::bulk_string_builder, including all inherited members.
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.html b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.html
new file mode 100644
index 00000000..0fa7d9a3
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.html
@@ -0,0 +1,609 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <bulk_string_builder.hpp>
+
+ +Public Member Functions | |
| bulk_string_builder (void) | |
| ctor More... | |
| ~bulk_string_builder (void)=default | |
| dtor More... | |
| bulk_string_builder (const bulk_string_builder &)=delete | |
| copy ctor More... | |
| bulk_string_builder & | operator= (const bulk_string_builder &)=delete |
| assignment operator More... | |
| builder_iface & | operator<< (std::string &data) |
| bool | reply_ready (void) const |
| reply | get_reply (void) const |
| const std::string & | get_bulk_string (void) const |
| bool | is_null (void) const |
Public Member Functions inherited from cpp_redis::builders::builder_iface | |
| virtual | ~builder_iface (void)=default |
+Private Member Functions | |
| void | build_reply (void) |
| bool | fetch_size (std::string &str) |
| void | fetch_str (std::string &str) |
+Private Attributes | |
| integer_builder | m_int_builder |
| int | m_str_size |
| std::string | m_str |
| bool | m_is_null |
| bool | m_reply_ready |
| reply | m_reply |
builder to build redis bulk string replies
+| cpp_redis::builders::bulk_string_builder::bulk_string_builder | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +private | +
| const std::string& cpp_redis::builders::bulk_string_builder::get_bulk_string | +( | +void | +) | +const | +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +| bool cpp_redis::builders::bulk_string_builder::is_null | +( | +void | +) | +const | +
+
|
+ +virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +delete | +
assignment operator
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +private | +
builder used to get bulk string size
+ +
+
|
+ +private | +
whether the bulk string is null
+ +
+
|
+ +private | +
reply to be built
+ +
+
|
+ +private | +
whether the reply is ready or not
+ +
+
|
+ +private | +
bulk string
+ +
+
|
+ +private | +
bulk string size
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.png b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.png
new file mode 100644
index 00000000..317b9c52
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1bulk__string__builder.png differ
diff --git a/docs/html/classcpp__redis_1_1builders_1_1error__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1error__builder-members.html
new file mode 100644
index 00000000..4b71b709
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1error__builder-members.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::error_builder, including all inherited members.
+| error_builder(void)=default | cpp_redis::builders::error_builder | |
| error_builder(const error_builder &)=delete | cpp_redis::builders::error_builder | |
| get_error(void) const | cpp_redis::builders::error_builder | |
| get_reply(void) const | cpp_redis::builders::error_builder | virtual |
| m_reply | cpp_redis::builders::error_builder | private |
| m_string_builder | cpp_redis::builders::error_builder | private |
| operator<<(std::string &data) | cpp_redis::builders::error_builder | virtual |
| operator=(const error_builder &)=delete | cpp_redis::builders::error_builder | |
| reply_ready(void) const | cpp_redis::builders::error_builder | virtual |
| ~builder_iface(void)=default | cpp_redis::builders::builder_iface | virtual |
| ~error_builder(void)=default | cpp_redis::builders::error_builder |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1error__builder.html b/docs/html/classcpp__redis_1_1builders_1_1error__builder.html
new file mode 100644
index 00000000..e00f0403
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1error__builder.html
@@ -0,0 +1,408 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <error_builder.hpp>
+
+ +Public Member Functions | |
| error_builder (void)=default | |
| ctor More... | |
| ~error_builder (void)=default | |
| dtor More... | |
| error_builder (const error_builder &)=delete | |
| copy ctor More... | |
| error_builder & | operator= (const error_builder &)=delete |
| assignment operator More... | |
| builder_iface & | operator<< (std::string &data) |
| bool | reply_ready (void) const |
| reply | get_reply (void) const |
| const std::string & | get_error (void) const |
Public Member Functions inherited from cpp_redis::builders::builder_iface | |
| virtual | ~builder_iface (void)=default |
+Private Attributes | |
| simple_string_builder | m_string_builder |
| reply | m_reply |
builder to build redis error replies
+
+
|
+ +default | +
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +| const std::string& cpp_redis::builders::error_builder::get_error | +( | +void | +) | +const | +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +delete | +
assignment operator
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +private | +
reply to be built
+ +
+
|
+ +private | +
builder used to parse the error
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1error__builder.png b/docs/html/classcpp__redis_1_1builders_1_1error__builder.png
new file mode 100644
index 00000000..a8d871b0
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1error__builder.png differ
diff --git a/docs/html/classcpp__redis_1_1builders_1_1integer__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1integer__builder-members.html
new file mode 100644
index 00000000..2f776974
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1integer__builder-members.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::integer_builder, including all inherited members.
+| get_integer(void) const | cpp_redis::builders::integer_builder | |
| get_reply(void) const | cpp_redis::builders::integer_builder | virtual |
| integer_builder(void) | cpp_redis::builders::integer_builder | |
| integer_builder(const integer_builder &)=delete | cpp_redis::builders::integer_builder | |
| m_nbr | cpp_redis::builders::integer_builder | private |
| m_negative_multiplicator | cpp_redis::builders::integer_builder | private |
| m_reply | cpp_redis::builders::integer_builder | private |
| m_reply_ready | cpp_redis::builders::integer_builder | private |
| operator<<(std::string &data) | cpp_redis::builders::integer_builder | virtual |
| operator=(const integer_builder &)=delete | cpp_redis::builders::integer_builder | |
| reply_ready(void) const | cpp_redis::builders::integer_builder | virtual |
| ~builder_iface(void)=default | cpp_redis::builders::builder_iface | virtual |
| ~integer_builder(void)=default | cpp_redis::builders::integer_builder |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1integer__builder.html b/docs/html/classcpp__redis_1_1builders_1_1integer__builder.html
new file mode 100644
index 00000000..aa84e0ca
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1integer__builder.html
@@ -0,0 +1,450 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <integer_builder.hpp>
+
+ +Public Member Functions | |
| integer_builder (void) | |
| ctor More... | |
| ~integer_builder (void)=default | |
| dtor More... | |
| integer_builder (const integer_builder &)=delete | |
| copy ctor More... | |
| integer_builder & | operator= (const integer_builder &)=delete |
| assignment operator More... | |
| builder_iface & | operator<< (std::string &data) |
| bool | reply_ready (void) const |
| reply | get_reply (void) const |
| int64_t | get_integer (void) const |
Public Member Functions inherited from cpp_redis::builders::builder_iface | |
| virtual | ~builder_iface (void)=default |
+Private Attributes | |
| int64_t | m_nbr |
| int64_t | m_negative_multiplicator |
| bool | m_reply_ready |
| reply | m_reply |
builder to build redis integer replies
+| cpp_redis::builders::integer_builder::integer_builder | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +| int64_t cpp_redis::builders::integer_builder::get_integer | +( | +void | +) | +const | +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +delete | +
assignment operator
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +private | +
parsed number
+ +
+
|
+ +private | +
-1 for negative number, 1 otherwise
+ +
+
|
+ +private | +
reply to be built
+ +
+
|
+ +private | +
whether the reply is ready or not
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1integer__builder.png b/docs/html/classcpp__redis_1_1builders_1_1integer__builder.png
new file mode 100644
index 00000000..a4e4ec42
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1integer__builder.png differ
diff --git a/docs/html/classcpp__redis_1_1builders_1_1reply__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1reply__builder-members.html
new file mode 100644
index 00000000..d8c51837
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1reply__builder-members.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::reply_builder, including all inherited members.
+| build_reply(void) | cpp_redis::builders::reply_builder | private |
| get_front(void) const | cpp_redis::builders::reply_builder | |
| m_available_replies | cpp_redis::builders::reply_builder | private |
| m_buffer | cpp_redis::builders::reply_builder | private |
| m_builder | cpp_redis::builders::reply_builder | private |
| operator<<(const std::string &data) | cpp_redis::builders::reply_builder | |
| operator=(const reply_builder &)=delete | cpp_redis::builders::reply_builder | |
| operator>>(reply &reply) | cpp_redis::builders::reply_builder | |
| pop_front(void) | cpp_redis::builders::reply_builder | |
| reply_available(void) const | cpp_redis::builders::reply_builder | |
| reply_builder(void) | cpp_redis::builders::reply_builder | |
| reply_builder(const reply_builder &)=delete | cpp_redis::builders::reply_builder | |
| ~reply_builder(void)=default | cpp_redis::builders::reply_builder |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1reply__builder.html b/docs/html/classcpp__redis_1_1builders_1_1reply__builder.html
new file mode 100644
index 00000000..744b6a6e
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1reply__builder.html
@@ -0,0 +1,444 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <reply_builder.hpp>
+Public Member Functions | |
| reply_builder (void) | |
| ctor More... | |
| ~reply_builder (void)=default | |
| dtor More... | |
| reply_builder (const reply_builder &)=delete | |
| copy ctor More... | |
| reply_builder & | operator= (const reply_builder &)=delete |
| assignment operator More... | |
| reply_builder & | operator<< (const std::string &data) |
| void | operator>> (reply &reply) |
| const reply & | get_front (void) const |
| void | pop_front (void) |
| bool | reply_available (void) const |
+Private Member Functions | |
| bool | build_reply (void) |
+Private Attributes | |
| std::string | m_buffer |
| std::unique_ptr< builder_iface > | m_builder |
| std::deque< reply > | m_available_replies |
class coordinating the several builders and the builder factory to build all the replies returned by redis server
+| cpp_redis::builders::reply_builder::reply_builder | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +
+
|
+ +private | +
build reply using m_buffer content
+| const reply& cpp_redis::builders::reply_builder::get_front | +( | +void | +) | +const | +
| reply_builder& cpp_redis::builders::reply_builder::operator<< | +( | +const std::string & | +data | ) | ++ |
add data to reply builder data is used to build replies that can be retrieved with get_front later on if reply_available returns true
+| data | data to be used for building replies |
+
|
+ +delete | +
assignment operator
+ +| void cpp_redis::builders::reply_builder::operator>> | +( | +reply & | +reply | ) | ++ |
similar as get_front, store reply in the passed parameter
+| reply | reference to the reply object where to store the first available reply |
| void cpp_redis::builders::reply_builder::pop_front | +( | +void | +) | ++ |
pop the first available reply
+ +| bool cpp_redis::builders::reply_builder::reply_available | +( | +void | +) | +const | +
+
|
+ +private | +
queue of available (built) replies
+ +
+
|
+ +private | +
buffer to be used to build data
+ +
+
|
+ +private | +
current builder used to build current reply
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder-members.html b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder-members.html
new file mode 100644
index 00000000..8686fc94
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder-members.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::builders::simple_string_builder, including all inherited members.
+| get_reply(void) const | cpp_redis::builders::simple_string_builder | virtual |
| get_simple_string(void) const | cpp_redis::builders::simple_string_builder | |
| m_reply | cpp_redis::builders::simple_string_builder | private |
| m_reply_ready | cpp_redis::builders::simple_string_builder | private |
| m_str | cpp_redis::builders::simple_string_builder | private |
| operator<<(std::string &data) | cpp_redis::builders::simple_string_builder | virtual |
| operator=(const simple_string_builder &)=delete | cpp_redis::builders::simple_string_builder | |
| reply_ready(void) const | cpp_redis::builders::simple_string_builder | virtual |
| simple_string_builder(void) | cpp_redis::builders::simple_string_builder | |
| simple_string_builder(const simple_string_builder &)=delete | cpp_redis::builders::simple_string_builder | |
| ~builder_iface(void)=default | cpp_redis::builders::builder_iface | virtual |
| ~simple_string_builder(void)=default | cpp_redis::builders::simple_string_builder |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.html b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.html
new file mode 100644
index 00000000..a98edc9c
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.html
@@ -0,0 +1,425 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <simple_string_builder.hpp>
+
+ +Public Member Functions | |
| simple_string_builder (void) | |
| ctor More... | |
| ~simple_string_builder (void)=default | |
| dtor More... | |
| simple_string_builder (const simple_string_builder &)=delete | |
| copy ctor More... | |
| simple_string_builder & | operator= (const simple_string_builder &)=delete |
| assignment operator More... | |
| builder_iface & | operator<< (std::string &data) |
| bool | reply_ready (void) const |
| reply | get_reply (void) const |
| const std::string & | get_simple_string (void) const |
Public Member Functions inherited from cpp_redis::builders::builder_iface | |
| virtual | ~builder_iface (void)=default |
+Private Attributes | |
| std::string | m_str |
| bool | m_reply_ready |
| reply | m_reply |
builder to build redis simplestring replies
+| cpp_redis::builders::simple_string_builder::simple_string_builder | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +| const std::string& cpp_redis::builders::simple_string_builder::get_simple_string | +( | +void | +) | +const | +
+
|
+ +virtual | +
take data as parameter which is consumed to build the reply every bytes used to build the reply must be removed from the buffer passed as parameter
+| data | data to be consumed |
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +delete | +
assignment operator
+ +
+
|
+ +virtual | +
Implements cpp_redis::builders::builder_iface.
+ +
+
|
+ +private | +
reply to be built
+ +
+
|
+ +private | +
whether the reply is ready or not
+ +
+
|
+ +private | +
parsed simple string
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.png b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.png
new file mode 100644
index 00000000..c1803ac7
Binary files /dev/null and b/docs/html/classcpp__redis_1_1builders_1_1simple__string__builder.png differ
diff --git a/docs/html/classcpp__redis_1_1client-members.html b/docs/html/classcpp__redis_1_1client-members.html
new file mode 100644
index 00000000..270e6867
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1client-members.html
@@ -0,0 +1,576 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::client, including all inherited members.
+| add_sentinel(const std::string &host, std::size_t port) | cpp_redis::client | |
| append(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| append(const std::string &key, const std::string &value) | cpp_redis::client | |
| auth(const std::string &password, const reply_callback_t &reply_callback) | cpp_redis::client | |
| auth(const std::string &password) | cpp_redis::client | |
| bgrewriteaof(const reply_callback_t &reply_callback) | cpp_redis::client | |
| bgrewriteaof() | cpp_redis::client | |
| bgsave(const reply_callback_t &reply_callback) | cpp_redis::client | |
| bgsave() | cpp_redis::client | |
| bitcount(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitcount(const std::string &key) | cpp_redis::client | |
| bitcount(const std::string &key, int start, int end, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitcount(const std::string &key, int start, int end) | cpp_redis::client | |
| bitop(const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitop(const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys) | cpp_redis::client | |
| bitpos(const std::string &key, int bit, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitpos(const std::string &key, int bit) | cpp_redis::client | |
| bitpos(const std::string &key, int bit, int start, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitpos(const std::string &key, int bit, int start) | cpp_redis::client | |
| bitpos(const std::string &key, int bit, int start, int end, const reply_callback_t &reply_callback) | cpp_redis::client | |
| bitpos(const std::string &key, int bit, int start, int end) | cpp_redis::client | |
| blpop(const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| blpop(const std::vector< std::string > &keys, int timeout) | cpp_redis::client | |
| brpop(const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| brpop(const std::vector< std::string > &keys, int timeout) | cpp_redis::client | |
| brpoplpush(const std::string &src, const std::string &dst, int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| brpoplpush(const std::string &src, const std::string &dst, int timeout) | cpp_redis::client | |
| cancel_reconnect(void) | cpp_redis::client | |
| clear_callbacks(void) | cpp_redis::client | private |
| clear_sentinels(void) | cpp_redis::client | |
| client(void) | cpp_redis::client | |
| client(const std::shared_ptr< network::tcp_client_iface > &tcp_client) | cpp_redis::client | explicit |
| client(const client &)=delete | cpp_redis::client | |
| client_getname(const reply_callback_t &reply_callback) | cpp_redis::client | |
| client_getname() | cpp_redis::client | |
| client_kill(const std::string &host, int port, const T &arg, const Ts &... args) | cpp_redis::client | inline |
| client_kill(const std::string &host, int port) | cpp_redis::client | inline |
| client_kill(const char *host, int port, const Ts &... args) | cpp_redis::client | inline |
| client_kill(const T &, const Ts &...) | cpp_redis::client | |
| client_kill(const T &arg, const Ts &... args) | cpp_redis::client | inline |
| client_kill_future(const T, const Ts...) | cpp_redis::client | |
| client_kill_impl(std::vector< std::string > &redis_cmd, reply_callback_t &reply, const T &arg, const Ts &... args) | cpp_redis::client | private |
| client_kill_impl(std::vector< std::string > &redis_cmd, reply_callback_t &reply, const T &arg) | cpp_redis::client | private |
| client_kill_unpack_arg(std::vector< std::string > &redis_cmd, reply_callback_t &, client_type type) | cpp_redis::client | private |
| client_kill_unpack_arg(std::vector< std::string > &redis_cmd, reply_callback_t &, bool skip) | cpp_redis::client | private |
| client_kill_unpack_arg(std::vector< std::string > &redis_cmd, reply_callback_t &, uint64_t id) | cpp_redis::client | private |
| client_kill_unpack_arg(std::vector< std::string > &, reply_callback_t &reply_callback, const T &cb) | cpp_redis::client | private |
| client_list(const reply_callback_t &reply_callback) | cpp_redis::client | |
| client_list() | cpp_redis::client | |
| client_pause(int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| client_pause(int timeout) | cpp_redis::client | |
| client_reply(const std::string &mode, const reply_callback_t &reply_callback) | cpp_redis::client | |
| client_reply(const std::string &mode) | cpp_redis::client | |
| client_setname(const std::string &name, const reply_callback_t &reply_callback) | cpp_redis::client | |
| client_setname(const std::string &name) | cpp_redis::client | |
| client_type enum name | cpp_redis::client | |
| cluster_addslots(const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_addslots(const std::vector< std::string > &p_slots) | cpp_redis::client | |
| cluster_count_failure_reports(const std::string &node_id, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_count_failure_reports(const std::string &node_id) | cpp_redis::client | |
| cluster_countkeysinslot(const std::string &slot, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_countkeysinslot(const std::string &slot) | cpp_redis::client | |
| cluster_delslots(const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_delslots(const std::vector< std::string > &p_slots) | cpp_redis::client | |
| cluster_failover(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_failover() | cpp_redis::client | |
| cluster_failover(const std::string &mode, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_failover(const std::string &mode) | cpp_redis::client | |
| cluster_forget(const std::string &node_id, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_forget(const std::string &node_id) | cpp_redis::client | |
| cluster_getkeysinslot(const std::string &slot, int count, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_getkeysinslot(const std::string &slot, int count) | cpp_redis::client | |
| cluster_info(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_info() | cpp_redis::client | |
| cluster_keyslot(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_keyslot(const std::string &key) | cpp_redis::client | |
| cluster_meet(const std::string &ip, int port, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_meet(const std::string &ip, int port) | cpp_redis::client | |
| cluster_nodes(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_nodes() | cpp_redis::client | |
| cluster_replicate(const std::string &node_id, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_replicate(const std::string &node_id) | cpp_redis::client | |
| cluster_reset(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_reset(const std::string &mode, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_reset(const std::string &mode="soft") | cpp_redis::client | |
| cluster_saveconfig(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_saveconfig() | cpp_redis::client | |
| cluster_set_config_epoch(const std::string &epoch, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_set_config_epoch(const std::string &epoch) | cpp_redis::client | |
| cluster_setslot(const std::string &slot, const std::string &mode, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_setslot(const std::string &slot, const std::string &mode) | cpp_redis::client | |
| cluster_setslot(const std::string &slot, const std::string &mode, const std::string &node_id, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_setslot(const std::string &slot, const std::string &mode, const std::string &node_id) | cpp_redis::client | |
| cluster_slaves(const std::string &node_id, const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_slaves(const std::string &node_id) | cpp_redis::client | |
| cluster_slots(const reply_callback_t &reply_callback) | cpp_redis::client | |
| cluster_slots() | cpp_redis::client | |
| command(const reply_callback_t &reply_callback) | cpp_redis::client | |
| command() | cpp_redis::client | |
| command_count(const reply_callback_t &reply_callback) | cpp_redis::client | |
| command_count() | cpp_redis::client | |
| command_getkeys(const reply_callback_t &reply_callback) | cpp_redis::client | |
| command_getkeys() | cpp_redis::client | |
| command_info(const std::vector< std::string > &command_name, const reply_callback_t &reply_callback) | cpp_redis::client | |
| command_info(const std::vector< std::string > &command_name) | cpp_redis::client | |
| commit(void) | cpp_redis::client | |
| config_get(const std::string ¶m, const reply_callback_t &reply_callback) | cpp_redis::client | |
| config_get(const std::string ¶m) | cpp_redis::client | |
| config_resetstat(const reply_callback_t &reply_callback) | cpp_redis::client | |
| config_resetstat() | cpp_redis::client | |
| config_rewrite(const reply_callback_t &reply_callback) | cpp_redis::client | |
| config_rewrite() | cpp_redis::client | |
| config_set(const std::string ¶m, const std::string &val, const reply_callback_t &reply_callback) | cpp_redis::client | |
| config_set(const std::string ¶m, const std::string &val) | cpp_redis::client | |
| connect(const std::string &host="127.0.0.1", std::size_t port=6379, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) | cpp_redis::client | |
| connect(const std::string &name, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) | cpp_redis::client | |
| connect_callback_t typedef | cpp_redis::client | |
| connect_state enum name | cpp_redis::client | |
| connection_disconnection_handler(network::redis_connection &connection) | cpp_redis::client | private |
| connection_receive_handler(network::redis_connection &connection, reply &reply) | cpp_redis::client | private |
| dbsize(const reply_callback_t &reply_callback) | cpp_redis::client | |
| dbsize() | cpp_redis::client | |
| debug_object(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| debug_object(const std::string &key) | cpp_redis::client | |
| debug_segfault(const reply_callback_t &reply_callback) | cpp_redis::client | |
| debug_segfault() | cpp_redis::client | |
| decr(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| decr(const std::string &key) | cpp_redis::client | |
| decrby(const std::string &key, int val, const reply_callback_t &reply_callback) | cpp_redis::client | |
| decrby(const std::string &key, int val) | cpp_redis::client | |
| del(const std::vector< std::string > &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| del(const std::vector< std::string > &key) | cpp_redis::client | |
| discard(const reply_callback_t &reply_callback) | cpp_redis::client | |
| discard() | cpp_redis::client | |
| disconnect(bool wait_for_removal=false) | cpp_redis::client | |
| dump(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| dump(const std::string &key) | cpp_redis::client | |
| echo(const std::string &msg, const reply_callback_t &reply_callback) | cpp_redis::client | |
| echo(const std::string &msg) | cpp_redis::client | |
| eval(const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) | cpp_redis::client | |
| eval(const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) | cpp_redis::client | |
| evalsha(const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) | cpp_redis::client | |
| evalsha(const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) | cpp_redis::client | |
| exec(const reply_callback_t &reply_callback) | cpp_redis::client | |
| exec() | cpp_redis::client | |
| exec_cmd(const std::function< client &(const reply_callback_t &)> &f) | cpp_redis::client | private |
| exists(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| exists(const std::vector< std::string > &keys) | cpp_redis::client | |
| expire(const std::string &key, int seconds, const reply_callback_t &reply_callback) | cpp_redis::client | |
| expire(const std::string &key, int seconds) | cpp_redis::client | |
| expireat(const std::string &key, int timestamp, const reply_callback_t &reply_callback) | cpp_redis::client | |
| expireat(const std::string &key, int timestamp) | cpp_redis::client | |
| flushall(const reply_callback_t &reply_callback) | cpp_redis::client | |
| flushall() | cpp_redis::client | |
| flushdb(const reply_callback_t &reply_callback) | cpp_redis::client | |
| flushdb() | cpp_redis::client | |
| geoadd(const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb, const reply_callback_t &reply_callback) | cpp_redis::client | |
| geoadd(const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb) | cpp_redis::client | |
| geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const reply_callback_t &reply_callback) | cpp_redis::client | |
| geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit, const reply_callback_t &reply_callback) | cpp_redis::client | |
| geodist(const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit="m") | cpp_redis::client | |
| geohash(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| geohash(const std::string &key, const std::vector< std::string > &members) | cpp_redis::client | |
| geopos(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| geopos(const std::string &key, const std::vector< std::string > &members) | cpp_redis::client | |
| get(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| get(const std::string &key) | cpp_redis::client | |
| get_sentinel(void) const | cpp_redis::client | |
| get_sentinel(void) | cpp_redis::client | |
| getbit(const std::string &key, int offset, const reply_callback_t &reply_callback) | cpp_redis::client | |
| getbit(const std::string &key, int offset) | cpp_redis::client | |
| getrange(const std::string &key, int start, int end, const reply_callback_t &reply_callback) | cpp_redis::client | |
| getrange(const std::string &key, int start, int end) | cpp_redis::client | |
| getset(const std::string &key, const std::string &val, const reply_callback_t &reply_callback) | cpp_redis::client | |
| getset(const std::string &key, const std::string &val) | cpp_redis::client | |
| hdel(const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hdel(const std::string &key, const std::vector< std::string > &fields) | cpp_redis::client | |
| hexists(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hexists(const std::string &key, const std::string &field) | cpp_redis::client | |
| hget(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hget(const std::string &key, const std::string &field) | cpp_redis::client | |
| hgetall(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hgetall(const std::string &key) | cpp_redis::client | |
| hincrby(const std::string &key, const std::string &field, int incr, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hincrby(const std::string &key, const std::string &field, int incr) | cpp_redis::client | |
| hincrbyfloat(const std::string &key, const std::string &field, float incr, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hincrbyfloat(const std::string &key, const std::string &field, float incr) | cpp_redis::client | |
| hkeys(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hkeys(const std::string &key) | cpp_redis::client | |
| hlen(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hlen(const std::string &key) | cpp_redis::client | |
| hmget(const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hmget(const std::string &key, const std::vector< std::string > &fields) | cpp_redis::client | |
| hmset(const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hmset(const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val) | cpp_redis::client | |
| hset(const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hset(const std::string &key, const std::string &field, const std::string &value) | cpp_redis::client | |
| hsetnx(const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hsetnx(const std::string &key, const std::string &field, const std::string &value) | cpp_redis::client | |
| hstrlen(const std::string &key, const std::string &field, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hstrlen(const std::string &key, const std::string &field) | cpp_redis::client | |
| hvals(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| hvals(const std::string &key) | cpp_redis::client | |
| incr(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| incr(const std::string &key) | cpp_redis::client | |
| incrby(const std::string &key, int incr, const reply_callback_t &reply_callback) | cpp_redis::client | |
| incrby(const std::string &key, int incr) | cpp_redis::client | |
| incrbyfloat(const std::string &key, float incr, const reply_callback_t &reply_callback) | cpp_redis::client | |
| incrbyfloat(const std::string &key, float incr) | cpp_redis::client | |
| info(const reply_callback_t &reply_callback) | cpp_redis::client | |
| info(const std::string §ion, const reply_callback_t &reply_callback) | cpp_redis::client | |
| info(const std::string §ion="default") | cpp_redis::client | |
| is_connected(void) const | cpp_redis::client | |
| is_reconnecting(void) const | cpp_redis::client | |
| keys(const std::string &pattern, const reply_callback_t &reply_callback) | cpp_redis::client | |
| keys(const std::string &pattern) | cpp_redis::client | |
| lastsave(const reply_callback_t &reply_callback) | cpp_redis::client | |
| lastsave() | cpp_redis::client | |
| lindex(const std::string &key, int index, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lindex(const std::string &key, int index) | cpp_redis::client | |
| linsert(const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| linsert(const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value) | cpp_redis::client | |
| llen(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| llen(const std::string &key) | cpp_redis::client | |
| lpop(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lpop(const std::string &key) | cpp_redis::client | |
| lpush(const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lpush(const std::string &key, const std::vector< std::string > &values) | cpp_redis::client | |
| lpushx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lpushx(const std::string &key, const std::string &value) | cpp_redis::client | |
| lrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lrange(const std::string &key, int start, int stop) | cpp_redis::client | |
| lrem(const std::string &key, int count, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lrem(const std::string &key, int count, const std::string &value) | cpp_redis::client | |
| lset(const std::string &key, int index, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| lset(const std::string &key, int index, const std::string &value) | cpp_redis::client | |
| ltrim(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| ltrim(const std::string &key, int start, int stop) | cpp_redis::client | |
| m_callbacks_mutex | cpp_redis::client | private |
| m_callbacks_running | cpp_redis::client | private |
| m_cancel | cpp_redis::client | private |
| m_client | cpp_redis::client | private |
| m_commands | cpp_redis::client | private |
| m_connect_callback | cpp_redis::client | private |
| m_connect_timeout_msecs | cpp_redis::client | private |
| m_current_reconnect_attempts | cpp_redis::client | private |
| m_database_index | cpp_redis::client | private |
| m_master_name | cpp_redis::client | private |
| m_max_reconnects | cpp_redis::client | private |
| m_password | cpp_redis::client | private |
| m_reconnect_interval_msecs | cpp_redis::client | private |
| m_reconnecting | cpp_redis::client | private |
| m_redis_port | cpp_redis::client | private |
| m_redis_server | cpp_redis::client | private |
| m_sentinel | cpp_redis::client | private |
| m_sync_condvar | cpp_redis::client | private |
| mget(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| mget(const std::vector< std::string > &keys) | cpp_redis::client | |
| migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy, bool replace, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| migrate(const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy=false, bool replace=false, const std::vector< std::string > &keys={}) | cpp_redis::client | |
| monitor(const reply_callback_t &reply_callback) | cpp_redis::client | |
| monitor() | cpp_redis::client | |
| move(const std::string &key, const std::string &db, const reply_callback_t &reply_callback) | cpp_redis::client | |
| move(const std::string &key, const std::string &db) | cpp_redis::client | |
| mset(const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) | cpp_redis::client | |
| mset(const std::vector< std::pair< std::string, std::string >> &key_vals) | cpp_redis::client | |
| msetnx(const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) | cpp_redis::client | |
| msetnx(const std::vector< std::pair< std::string, std::string >> &key_vals) | cpp_redis::client | |
| multi(const reply_callback_t &reply_callback) | cpp_redis::client | |
| multi() | cpp_redis::client | |
| object(const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) | cpp_redis::client | |
| object(const std::string &subcommand, const std::vector< std::string > &args) | cpp_redis::client | |
| operator=(const client &)=delete | cpp_redis::client | |
| persist(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| persist(const std::string &key) | cpp_redis::client | |
| pexpire(const std::string &key, int milliseconds, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pexpire(const std::string &key, int milliseconds) | cpp_redis::client | |
| pexpireat(const std::string &key, int milliseconds_timestamp, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pexpireat(const std::string &key, int milliseconds_timestamp) | cpp_redis::client | |
| pfadd(const std::string &key, const std::vector< std::string > &elements, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pfadd(const std::string &key, const std::vector< std::string > &elements) | cpp_redis::client | |
| pfcount(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pfcount(const std::vector< std::string > &keys) | cpp_redis::client | |
| pfmerge(const std::string &destkey, const std::vector< std::string > &sourcekeys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pfmerge(const std::string &destkey, const std::vector< std::string > &sourcekeys) | cpp_redis::client | |
| ping(const reply_callback_t &reply_callback) | cpp_redis::client | |
| ping() | cpp_redis::client | |
| ping(const std::string &message, const reply_callback_t &reply_callback) | cpp_redis::client | |
| ping(const std::string &message) | cpp_redis::client | |
| psetex(const std::string &key, int milliseconds, const std::string &val, const reply_callback_t &reply_callback) | cpp_redis::client | |
| psetex(const std::string &key, int milliseconds, const std::string &val) | cpp_redis::client | |
| pttl(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pttl(const std::string &key) | cpp_redis::client | |
| publish(const std::string &channel, const std::string &message, const reply_callback_t &reply_callback) | cpp_redis::client | |
| publish(const std::string &channel, const std::string &message) | cpp_redis::client | |
| pubsub(const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) | cpp_redis::client | |
| pubsub(const std::string &subcommand, const std::vector< std::string > &args) | cpp_redis::client | |
| quit(const reply_callback_t &reply_callback) | cpp_redis::client | |
| quit() | cpp_redis::client | |
| randomkey(const reply_callback_t &reply_callback) | cpp_redis::client | |
| randomkey() | cpp_redis::client | |
| re_auth(void) | cpp_redis::client | private |
| re_select(void) | cpp_redis::client | private |
| readonly(const reply_callback_t &reply_callback) | cpp_redis::client | |
| readonly() | cpp_redis::client | |
| readwrite(const reply_callback_t &reply_callback) | cpp_redis::client | |
| readwrite() | cpp_redis::client | |
| reconnect(void) | cpp_redis::client | private |
| rename(const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) | cpp_redis::client | |
| rename(const std::string &key, const std::string &newkey) | cpp_redis::client | |
| renamenx(const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) | cpp_redis::client | |
| renamenx(const std::string &key, const std::string &newkey) | cpp_redis::client | |
| reply_callback_t typedef | cpp_redis::client | |
| resend_failed_commands(void) | cpp_redis::client | private |
| restore(const std::string &key, int ttl, const std::string &serialized_value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| restore(const std::string &key, int ttl, const std::string &serialized_value) | cpp_redis::client | |
| restore(const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace, const reply_callback_t &reply_callback) | cpp_redis::client | |
| restore(const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace) | cpp_redis::client | |
| role(const reply_callback_t &reply_callback) | cpp_redis::client | |
| role() | cpp_redis::client | |
| rpop(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| rpop(const std::string &key) | cpp_redis::client | |
| rpoplpush(const std::string &source, const std::string &destination, const reply_callback_t &reply_callback) | cpp_redis::client | |
| rpoplpush(const std::string &src, const std::string &dst) | cpp_redis::client | |
| rpush(const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) | cpp_redis::client | |
| rpush(const std::string &key, const std::vector< std::string > &values) | cpp_redis::client | |
| rpushx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| rpushx(const std::string &key, const std::string &value) | cpp_redis::client | |
| sadd(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sadd(const std::string &key, const std::vector< std::string > &members) | cpp_redis::client | |
| save(const reply_callback_t &reply_callback) | cpp_redis::client | |
| save() | cpp_redis::client | |
| scan(int cursor, const std::string &pattern, int count, const reply_callback_t &reply_callback) | cpp_redis::client | |
| scan(int cursor, const std::string &pattern, int count) | cpp_redis::client | |
| scard(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| scard(const std::string &key) | cpp_redis::client | |
| script_debug(const std::string &mode, const reply_callback_t &reply_callback) | cpp_redis::client | |
| script_debug(const std::string &mode) | cpp_redis::client | |
| script_exists(const std::vector< std::string > &scripts, const reply_callback_t &reply_callback) | cpp_redis::client | |
| script_exists(const std::vector< std::string > &scripts) | cpp_redis::client | |
| script_flush(const reply_callback_t &reply_callback) | cpp_redis::client | |
| script_flush() | cpp_redis::client | |
| script_kill(const reply_callback_t &reply_callback) | cpp_redis::client | |
| script_kill() | cpp_redis::client | |
| script_load(const std::string &script, const reply_callback_t &reply_callback) | cpp_redis::client | |
| script_load(const std::string &script) | cpp_redis::client | |
| sdiff(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sdiff(const std::vector< std::string > &keys) | cpp_redis::client | |
| sdiffstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sdiffstore(const std::string &dst, const std::vector< std::string > &keys) | cpp_redis::client | |
| select(int index, const reply_callback_t &reply_callback) | cpp_redis::client | |
| select(int index) | cpp_redis::client | |
| send(const std::vector< std::string > &redis_cmd, const reply_callback_t &callback) | cpp_redis::client | |
| send(const std::vector< std::string > &redis_cmd) | cpp_redis::client | |
| set(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| set(const std::string &key, const std::string &value) | cpp_redis::client | |
| set_advanced(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| set_advanced(const std::string &key, const std::string &value, bool ex, int ex_sec, bool px, int px_milli, bool nx, bool xx, const reply_callback_t &reply_callback) | cpp_redis::client | |
| set_advanced(const std::string &key, const std::string &value, bool ex=false, int ex_sec=0, bool px=false, int px_milli=0, bool nx=false, bool xx=false) | cpp_redis::client | |
| setbit_(const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| setbit_(const std::string &key, int offset, const std::string &value) | cpp_redis::client | |
| setex(const std::string &key, int seconds, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| setex(const std::string &key, int seconds, const std::string &value) | cpp_redis::client | |
| setnx(const std::string &key, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| setnx(const std::string &key, const std::string &value) | cpp_redis::client | |
| setrange(const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) | cpp_redis::client | |
| setrange(const std::string &key, int offset, const std::string &value) | cpp_redis::client | |
| should_reconnect(void) const | cpp_redis::client | private |
| shutdown(const reply_callback_t &reply_callback) | cpp_redis::client | |
| shutdown() | cpp_redis::client | |
| shutdown(const std::string &save, const reply_callback_t &reply_callback) | cpp_redis::client | |
| shutdown(const std::string &save) | cpp_redis::client | |
| sinter(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sinter(const std::vector< std::string > &keys) | cpp_redis::client | |
| sinterstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sinterstore(const std::string &dst, const std::vector< std::string > &keys) | cpp_redis::client | |
| sismember(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sismember(const std::string &key, const std::string &member) | cpp_redis::client | |
| slaveof(const std::string &host, int port, const reply_callback_t &reply_callback) | cpp_redis::client | |
| slaveof(const std::string &host, int port) | cpp_redis::client | |
| sleep_before_next_reconnect_attempt(void) | cpp_redis::client | private |
| slowlog(const std::string subcommand, const reply_callback_t &reply_callback) | cpp_redis::client | |
| slowlog(const std::string &subcommand) | cpp_redis::client | |
| slowlog(const std::string subcommand, const std::string &argument, const reply_callback_t &reply_callback) | cpp_redis::client | |
| slowlog(const std::string &subcommand, const std::string &argument) | cpp_redis::client | |
| smembers(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| smembers(const std::string &key) | cpp_redis::client | |
| smove(const std::string &source, const std::string &destination, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| smove(const std::string &src, const std::string &dst, const std::string &member) | cpp_redis::client | |
| spop(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| spop(const std::string &key) | cpp_redis::client | |
| spop(const std::string &key, int count, const reply_callback_t &reply_callback) | cpp_redis::client | |
| spop(const std::string &key, int count) | cpp_redis::client | |
| srandmember(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| srandmember(const std::string &key) | cpp_redis::client | |
| srandmember(const std::string &key, int count, const reply_callback_t &reply_callback) | cpp_redis::client | |
| srandmember(const std::string &key, int count) | cpp_redis::client | |
| srem(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| srem(const std::string &key, const std::vector< std::string > &members) | cpp_redis::client | |
| strlen(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| strlen(const std::string &key) | cpp_redis::client | |
| sunion(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sunion(const std::vector< std::string > &keys) | cpp_redis::client | |
| sunionstore(const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| sunionstore(const std::string &dst, const std::vector< std::string > &keys) | cpp_redis::client | |
| sync(const reply_callback_t &reply_callback) | cpp_redis::client | |
| sync() | cpp_redis::client | |
| sync_commit(void) | cpp_redis::client | |
| sync_commit(const std::chrono::duration< Rep, Period > &timeout) | cpp_redis::client | inline |
| time(const reply_callback_t &reply_callback) | cpp_redis::client | |
| time() | cpp_redis::client | |
| try_commit(void) | cpp_redis::client | private |
| ttl(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| ttl(const std::string &key) | cpp_redis::client | |
| type(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| type(const std::string &key) | cpp_redis::client | |
| unprotected_auth(const std::string &password, const reply_callback_t &reply_callback) | cpp_redis::client | private |
| unprotected_select(int index, const reply_callback_t &reply_callback) | cpp_redis::client | private |
| unprotected_send(const std::vector< std::string > &redis_cmd, const reply_callback_t &callback) | cpp_redis::client | private |
| unwatch(const reply_callback_t &reply_callback) | cpp_redis::client | |
| unwatch() | cpp_redis::client | |
| wait(int numslaves, int timeout, const reply_callback_t &reply_callback) | cpp_redis::client | |
| wait(int numslaves, int timeout) | cpp_redis::client | |
| watch(const std::vector< std::string > &keys, const reply_callback_t &reply_callback) | cpp_redis::client | |
| watch(const std::vector< std::string > &keys) | cpp_redis::client | |
| zadd(const std::string &key, const std::vector< std::string > &options, const std::map< std::string, std::string > &score_members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zadd(const std::string &key, const std::vector< std::string > &options, const std::map< std::string, std::string > &score_members) | cpp_redis::client | |
| zcard(const std::string &key, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zcard(const std::string &key) | cpp_redis::client | |
| zcount(const std::string &key, int min, int max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zcount(const std::string &key, int min, int max) | cpp_redis::client | |
| zcount(const std::string &key, double min, double max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zcount(const std::string &key, double min, double max) | cpp_redis::client | |
| zcount(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zcount(const std::string &key, const std::string &min, const std::string &max) | cpp_redis::client | |
| zincrby(const std::string &key, int incr, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zincrby(const std::string &key, int incr, const std::string &member) | cpp_redis::client | |
| zincrby(const std::string &key, double incr, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zincrby(const std::string &key, double incr, const std::string &member) | cpp_redis::client | |
| zincrby(const std::string &key, const std::string &incr, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zincrby(const std::string &key, const std::string &incr, const std::string &member) | cpp_redis::client | |
| zlexcount(const std::string &key, int min, int max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zlexcount(const std::string &key, int min, int max) | cpp_redis::client | |
| zlexcount(const std::string &key, double min, double max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zlexcount(const std::string &key, double min, double max) | cpp_redis::client | |
| zlexcount(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zlexcount(const std::string &key, const std::string &min, const std::string &max) | cpp_redis::client | |
| zrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, int start, int stop, bool withscores=false) | cpp_redis::client | |
| zrange(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, double start, double stop, bool withscores=false) | cpp_redis::client | |
| zrange(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) | cpp_redis::client | |
| zrank(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrank(const std::string &key, const std::string &member) | cpp_redis::client | |
| zrem(const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrem(const std::string &key, const std::vector< std::string > &members) | cpp_redis::client | |
| zremrangebylex(const std::string &key, int min, int max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebylex(const std::string &key, int min, int max) | cpp_redis::client | |
| zremrangebylex(const std::string &key, double min, double max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebylex(const std::string &key, double min, double max) | cpp_redis::client | |
| zremrangebylex(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebylex(const std::string &key, const std::string &min, const std::string &max) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, int start, int stop) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, double start, double stop) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyrank(const std::string &key, const std::string &start, const std::string &stop) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, int min, int max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, int min, int max) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, double min, double max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, double min, double max) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zremrangebyscore(const std::string &key, const std::string &min, const std::string &max) | cpp_redis::client | |
| zrevrange(const std::string &key, int start, int stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, int start, int stop, bool withscores=false) | cpp_redis::client | |
| zrevrange(const std::string &key, double start, double stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, double start, double stop, bool withscores=false) | cpp_redis::client | |
| zrevrange(const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrange(const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) | cpp_redis::client | |
| zrevrank(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zrevrank(const std::string &key, const std::string &member) | cpp_redis::client | |
| zscore(const std::string &key, const std::string &member, const reply_callback_t &reply_callback) | cpp_redis::client | |
| zscore(const std::string &key, const std::string &member) | cpp_redis::client | |
| ~client(void) | cpp_redis::client |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1client.html b/docs/html/classcpp__redis_1_1client.html
new file mode 100644
index 00000000..c1e23566
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1client.html
@@ -0,0 +1,15379 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <client.hpp>
+Classes | |
| struct | command_request |
+Public Types | |
| enum | client_type { client_type::normal, +client_type::master, +client_type::pubsub, +client_type::slave + } |
| enum | connect_state { + connect_state::dropped, +connect_state::start, +connect_state::sleeping, +connect_state::ok, + + connect_state::failed, +connect_state::lookup_failed, +connect_state::stopped + + } |
| typedef std::function< void(const std::string &host, std::size_t port, connect_state status)> | connect_callback_t |
| typedef std::function< void(reply &)> | reply_callback_t |
+Public Member Functions | |
| client (void) | |
| ctor More... | |
| client (const std::shared_ptr< network::tcp_client_iface > &tcp_client) | |
| ~client (void) | |
| dtor More... | |
| client (const client &)=delete | |
| copy ctor More... | |
| client & | operator= (const client &)=delete |
| assignment operator More... | |
| void | connect (const std::string &host="127.0.0.1", std::size_t port=6379, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) |
| void | connect (const std::string &name, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) |
| bool | is_connected (void) const |
| void | disconnect (bool wait_for_removal=false) |
| bool | is_reconnecting (void) const |
| void | cancel_reconnect (void) |
| client & | send (const std::vector< std::string > &redis_cmd, const reply_callback_t &callback) |
| std::future< reply > | send (const std::vector< std::string > &redis_cmd) |
| client & | commit (void) |
| client & | sync_commit (void) |
| template<class Rep , class Period > | |
| client & | sync_commit (const std::chrono::duration< Rep, Period > &timeout) |
| void | add_sentinel (const std::string &host, std::size_t port) |
| const sentinel & | get_sentinel (void) const |
| sentinel & | get_sentinel (void) |
| void | clear_sentinels (void) |
| client & | append (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | append (const std::string &key, const std::string &value) |
| client & | auth (const std::string &password, const reply_callback_t &reply_callback) |
| std::future< reply > | auth (const std::string &password) |
| client & | bgrewriteaof (const reply_callback_t &reply_callback) |
| std::future< reply > | bgrewriteaof () |
| client & | bgsave (const reply_callback_t &reply_callback) |
| std::future< reply > | bgsave () |
| client & | bitcount (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | bitcount (const std::string &key) |
| client & | bitcount (const std::string &key, int start, int end, const reply_callback_t &reply_callback) |
| std::future< reply > | bitcount (const std::string &key, int start, int end) |
| client & | bitop (const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | bitop (const std::string &operation, const std::string &destkey, const std::vector< std::string > &keys) |
| client & | bitpos (const std::string &key, int bit, const reply_callback_t &reply_callback) |
| std::future< reply > | bitpos (const std::string &key, int bit) |
| client & | bitpos (const std::string &key, int bit, int start, const reply_callback_t &reply_callback) |
| std::future< reply > | bitpos (const std::string &key, int bit, int start) |
| client & | bitpos (const std::string &key, int bit, int start, int end, const reply_callback_t &reply_callback) |
| std::future< reply > | bitpos (const std::string &key, int bit, int start, int end) |
| client & | blpop (const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) |
| std::future< reply > | blpop (const std::vector< std::string > &keys, int timeout) |
| client & | brpop (const std::vector< std::string > &keys, int timeout, const reply_callback_t &reply_callback) |
| std::future< reply > | brpop (const std::vector< std::string > &keys, int timeout) |
| client & | brpoplpush (const std::string &src, const std::string &dst, int timeout, const reply_callback_t &reply_callback) |
| std::future< reply > | brpoplpush (const std::string &src, const std::string &dst, int timeout) |
| template<typename T , typename... Ts> | |
| client & | client_kill (const std::string &host, int port, const T &arg, const Ts &... args) |
| client & | client_kill (const std::string &host, int port) |
| template<typename... Ts> | |
| client & | client_kill (const char *host, int port, const Ts &... args) |
| template<typename T , typename... Ts> | |
| client & | client_kill (const T &, const Ts &...) |
| template<typename T , typename... Ts> | |
| std::future< reply > | client_kill_future (const T, const Ts...) |
| client & | client_list (const reply_callback_t &reply_callback) |
| std::future< reply > | client_list () |
| client & | client_getname (const reply_callback_t &reply_callback) |
| std::future< reply > | client_getname () |
| client & | client_pause (int timeout, const reply_callback_t &reply_callback) |
| std::future< reply > | client_pause (int timeout) |
| client & | client_reply (const std::string &mode, const reply_callback_t &reply_callback) |
| std::future< reply > | client_reply (const std::string &mode) |
| client & | client_setname (const std::string &name, const reply_callback_t &reply_callback) |
| std::future< reply > | client_setname (const std::string &name) |
| client & | cluster_addslots (const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_addslots (const std::vector< std::string > &p_slots) |
| client & | cluster_count_failure_reports (const std::string &node_id, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_count_failure_reports (const std::string &node_id) |
| client & | cluster_countkeysinslot (const std::string &slot, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_countkeysinslot (const std::string &slot) |
| client & | cluster_delslots (const std::vector< std::string > &p_slots, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_delslots (const std::vector< std::string > &p_slots) |
| client & | cluster_failover (const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_failover () |
| client & | cluster_failover (const std::string &mode, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_failover (const std::string &mode) |
| client & | cluster_forget (const std::string &node_id, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_forget (const std::string &node_id) |
| client & | cluster_getkeysinslot (const std::string &slot, int count, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_getkeysinslot (const std::string &slot, int count) |
| client & | cluster_info (const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_info () |
| client & | cluster_keyslot (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_keyslot (const std::string &key) |
| client & | cluster_meet (const std::string &ip, int port, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_meet (const std::string &ip, int port) |
| client & | cluster_nodes (const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_nodes () |
| client & | cluster_replicate (const std::string &node_id, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_replicate (const std::string &node_id) |
| client & | cluster_reset (const reply_callback_t &reply_callback) |
| client & | cluster_reset (const std::string &mode, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_reset (const std::string &mode="soft") |
| client & | cluster_saveconfig (const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_saveconfig () |
| client & | cluster_set_config_epoch (const std::string &epoch, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_set_config_epoch (const std::string &epoch) |
| client & | cluster_setslot (const std::string &slot, const std::string &mode, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_setslot (const std::string &slot, const std::string &mode) |
| client & | cluster_setslot (const std::string &slot, const std::string &mode, const std::string &node_id, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_setslot (const std::string &slot, const std::string &mode, const std::string &node_id) |
| client & | cluster_slaves (const std::string &node_id, const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_slaves (const std::string &node_id) |
| client & | cluster_slots (const reply_callback_t &reply_callback) |
| std::future< reply > | cluster_slots () |
| client & | command (const reply_callback_t &reply_callback) |
| std::future< reply > | command () |
| client & | command_count (const reply_callback_t &reply_callback) |
| std::future< reply > | command_count () |
| client & | command_getkeys (const reply_callback_t &reply_callback) |
| std::future< reply > | command_getkeys () |
| client & | command_info (const std::vector< std::string > &command_name, const reply_callback_t &reply_callback) |
| std::future< reply > | command_info (const std::vector< std::string > &command_name) |
| client & | config_get (const std::string ¶m, const reply_callback_t &reply_callback) |
| std::future< reply > | config_get (const std::string ¶m) |
| client & | config_rewrite (const reply_callback_t &reply_callback) |
| std::future< reply > | config_rewrite () |
| client & | config_set (const std::string ¶m, const std::string &val, const reply_callback_t &reply_callback) |
| std::future< reply > | config_set (const std::string ¶m, const std::string &val) |
| client & | config_resetstat (const reply_callback_t &reply_callback) |
| std::future< reply > | config_resetstat () |
| client & | dbsize (const reply_callback_t &reply_callback) |
| std::future< reply > | dbsize () |
| client & | debug_object (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | debug_object (const std::string &key) |
| client & | debug_segfault (const reply_callback_t &reply_callback) |
| std::future< reply > | debug_segfault () |
| client & | decr (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | decr (const std::string &key) |
| client & | decrby (const std::string &key, int val, const reply_callback_t &reply_callback) |
| std::future< reply > | decrby (const std::string &key, int val) |
| client & | del (const std::vector< std::string > &key, const reply_callback_t &reply_callback) |
| std::future< reply > | del (const std::vector< std::string > &key) |
| client & | discard (const reply_callback_t &reply_callback) |
| std::future< reply > | discard () |
| client & | dump (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | dump (const std::string &key) |
| client & | echo (const std::string &msg, const reply_callback_t &reply_callback) |
| std::future< reply > | echo (const std::string &msg) |
| client & | eval (const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) |
| std::future< reply > | eval (const std::string &script, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) |
| client & | evalsha (const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args, const reply_callback_t &reply_callback) |
| std::future< reply > | evalsha (const std::string &sha1, int numkeys, const std::vector< std::string > &keys, const std::vector< std::string > &args) |
| client & | exec (const reply_callback_t &reply_callback) |
| std::future< reply > | exec () |
| client & | exists (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | exists (const std::vector< std::string > &keys) |
| client & | expire (const std::string &key, int seconds, const reply_callback_t &reply_callback) |
| std::future< reply > | expire (const std::string &key, int seconds) |
| client & | expireat (const std::string &key, int timestamp, const reply_callback_t &reply_callback) |
| std::future< reply > | expireat (const std::string &key, int timestamp) |
| client & | flushall (const reply_callback_t &reply_callback) |
| std::future< reply > | flushall () |
| client & | flushdb (const reply_callback_t &reply_callback) |
| std::future< reply > | flushdb () |
| client & | geoadd (const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb, const reply_callback_t &reply_callback) |
| std::future< reply > | geoadd (const std::string &key, const std::vector< std::tuple< std::string, std::string, std::string >> &long_lat_memb) |
| client & | geohash (const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) |
| std::future< reply > | geohash (const std::string &key, const std::vector< std::string > &members) |
| client & | geopos (const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) |
| std::future< reply > | geopos (const std::string &key, const std::vector< std::string > &members) |
| client & | geodist (const std::string &key, const std::string &member_1, const std::string &member_2, const reply_callback_t &reply_callback) |
| client & | geodist (const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit, const reply_callback_t &reply_callback) |
| std::future< reply > | geodist (const std::string &key, const std::string &member_1, const std::string &member_2, const std::string &unit="m") |
| client & | get (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | get (const std::string &key) |
| client & | getbit (const std::string &key, int offset, const reply_callback_t &reply_callback) |
| std::future< reply > | getbit (const std::string &key, int offset) |
| client & | getrange (const std::string &key, int start, int end, const reply_callback_t &reply_callback) |
| std::future< reply > | getrange (const std::string &key, int start, int end) |
| client & | getset (const std::string &key, const std::string &val, const reply_callback_t &reply_callback) |
| std::future< reply > | getset (const std::string &key, const std::string &val) |
| client & | hdel (const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) |
| std::future< reply > | hdel (const std::string &key, const std::vector< std::string > &fields) |
| client & | hexists (const std::string &key, const std::string &field, const reply_callback_t &reply_callback) |
| std::future< reply > | hexists (const std::string &key, const std::string &field) |
| client & | hget (const std::string &key, const std::string &field, const reply_callback_t &reply_callback) |
| std::future< reply > | hget (const std::string &key, const std::string &field) |
| client & | hgetall (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | hgetall (const std::string &key) |
| client & | hincrby (const std::string &key, const std::string &field, int incr, const reply_callback_t &reply_callback) |
| std::future< reply > | hincrby (const std::string &key, const std::string &field, int incr) |
| client & | hincrbyfloat (const std::string &key, const std::string &field, float incr, const reply_callback_t &reply_callback) |
| std::future< reply > | hincrbyfloat (const std::string &key, const std::string &field, float incr) |
| client & | hkeys (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | hkeys (const std::string &key) |
| client & | hlen (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | hlen (const std::string &key) |
| client & | hmget (const std::string &key, const std::vector< std::string > &fields, const reply_callback_t &reply_callback) |
| std::future< reply > | hmget (const std::string &key, const std::vector< std::string > &fields) |
| client & | hmset (const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val, const reply_callback_t &reply_callback) |
| std::future< reply > | hmset (const std::string &key, const std::vector< std::pair< std::string, std::string >> &field_val) |
| client & | hset (const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | hset (const std::string &key, const std::string &field, const std::string &value) |
| client & | hsetnx (const std::string &key, const std::string &field, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | hsetnx (const std::string &key, const std::string &field, const std::string &value) |
| client & | hstrlen (const std::string &key, const std::string &field, const reply_callback_t &reply_callback) |
| std::future< reply > | hstrlen (const std::string &key, const std::string &field) |
| client & | hvals (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | hvals (const std::string &key) |
| client & | incr (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | incr (const std::string &key) |
| client & | incrby (const std::string &key, int incr, const reply_callback_t &reply_callback) |
| std::future< reply > | incrby (const std::string &key, int incr) |
| client & | incrbyfloat (const std::string &key, float incr, const reply_callback_t &reply_callback) |
| std::future< reply > | incrbyfloat (const std::string &key, float incr) |
| client & | info (const reply_callback_t &reply_callback) |
| client & | info (const std::string §ion, const reply_callback_t &reply_callback) |
| std::future< reply > | info (const std::string §ion="default") |
| client & | keys (const std::string &pattern, const reply_callback_t &reply_callback) |
| std::future< reply > | keys (const std::string &pattern) |
| client & | lastsave (const reply_callback_t &reply_callback) |
| std::future< reply > | lastsave () |
| client & | lindex (const std::string &key, int index, const reply_callback_t &reply_callback) |
| std::future< reply > | lindex (const std::string &key, int index) |
| client & | linsert (const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | linsert (const std::string &key, const std::string &before_after, const std::string &pivot, const std::string &value) |
| client & | llen (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | llen (const std::string &key) |
| client & | lpop (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | lpop (const std::string &key) |
| client & | lpush (const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) |
| std::future< reply > | lpush (const std::string &key, const std::vector< std::string > &values) |
| client & | lpushx (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | lpushx (const std::string &key, const std::string &value) |
| client & | lrange (const std::string &key, int start, int stop, const reply_callback_t &reply_callback) |
| std::future< reply > | lrange (const std::string &key, int start, int stop) |
| client & | lrem (const std::string &key, int count, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | lrem (const std::string &key, int count, const std::string &value) |
| client & | lset (const std::string &key, int index, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | lset (const std::string &key, int index, const std::string &value) |
| client & | ltrim (const std::string &key, int start, int stop, const reply_callback_t &reply_callback) |
| std::future< reply > | ltrim (const std::string &key, int start, int stop) |
| client & | mget (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | mget (const std::vector< std::string > &keys) |
| client & | migrate (const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, const reply_callback_t &reply_callback) |
| client & | migrate (const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy, bool replace, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | migrate (const std::string &host, int port, const std::string &key, const std::string &dest_db, int timeout, bool copy=false, bool replace=false, const std::vector< std::string > &keys={}) |
| client & | monitor (const reply_callback_t &reply_callback) |
| std::future< reply > | monitor () |
| client & | move (const std::string &key, const std::string &db, const reply_callback_t &reply_callback) |
| std::future< reply > | move (const std::string &key, const std::string &db) |
| client & | mset (const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) |
| std::future< reply > | mset (const std::vector< std::pair< std::string, std::string >> &key_vals) |
| client & | msetnx (const std::vector< std::pair< std::string, std::string >> &key_vals, const reply_callback_t &reply_callback) |
| std::future< reply > | msetnx (const std::vector< std::pair< std::string, std::string >> &key_vals) |
| client & | multi (const reply_callback_t &reply_callback) |
| std::future< reply > | multi () |
| client & | object (const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) |
| std::future< reply > | object (const std::string &subcommand, const std::vector< std::string > &args) |
| client & | persist (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | persist (const std::string &key) |
| client & | pexpire (const std::string &key, int milliseconds, const reply_callback_t &reply_callback) |
| std::future< reply > | pexpire (const std::string &key, int milliseconds) |
| client & | pexpireat (const std::string &key, int milliseconds_timestamp, const reply_callback_t &reply_callback) |
| std::future< reply > | pexpireat (const std::string &key, int milliseconds_timestamp) |
| client & | pfadd (const std::string &key, const std::vector< std::string > &elements, const reply_callback_t &reply_callback) |
| std::future< reply > | pfadd (const std::string &key, const std::vector< std::string > &elements) |
| client & | pfcount (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | pfcount (const std::vector< std::string > &keys) |
| client & | pfmerge (const std::string &destkey, const std::vector< std::string > &sourcekeys, const reply_callback_t &reply_callback) |
| std::future< reply > | pfmerge (const std::string &destkey, const std::vector< std::string > &sourcekeys) |
| client & | ping (const reply_callback_t &reply_callback) |
| std::future< reply > | ping () |
| client & | ping (const std::string &message, const reply_callback_t &reply_callback) |
| std::future< reply > | ping (const std::string &message) |
| client & | psetex (const std::string &key, int milliseconds, const std::string &val, const reply_callback_t &reply_callback) |
| std::future< reply > | psetex (const std::string &key, int milliseconds, const std::string &val) |
| client & | publish (const std::string &channel, const std::string &message, const reply_callback_t &reply_callback) |
| std::future< reply > | publish (const std::string &channel, const std::string &message) |
| client & | pubsub (const std::string &subcommand, const std::vector< std::string > &args, const reply_callback_t &reply_callback) |
| std::future< reply > | pubsub (const std::string &subcommand, const std::vector< std::string > &args) |
| client & | pttl (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | pttl (const std::string &key) |
| client & | quit (const reply_callback_t &reply_callback) |
| std::future< reply > | quit () |
| client & | randomkey (const reply_callback_t &reply_callback) |
| std::future< reply > | randomkey () |
| client & | readonly (const reply_callback_t &reply_callback) |
| std::future< reply > | readonly () |
| client & | readwrite (const reply_callback_t &reply_callback) |
| std::future< reply > | readwrite () |
| client & | rename (const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) |
| std::future< reply > | rename (const std::string &key, const std::string &newkey) |
| client & | renamenx (const std::string &key, const std::string &newkey, const reply_callback_t &reply_callback) |
| std::future< reply > | renamenx (const std::string &key, const std::string &newkey) |
| client & | restore (const std::string &key, int ttl, const std::string &serialized_value, const reply_callback_t &reply_callback) |
| std::future< reply > | restore (const std::string &key, int ttl, const std::string &serialized_value) |
| client & | restore (const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace, const reply_callback_t &reply_callback) |
| std::future< reply > | restore (const std::string &key, int ttl, const std::string &serialized_value, const std::string &replace) |
| client & | role (const reply_callback_t &reply_callback) |
| std::future< reply > | role () |
| client & | rpop (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | rpop (const std::string &key) |
| client & | rpoplpush (const std::string &source, const std::string &destination, const reply_callback_t &reply_callback) |
| std::future< reply > | rpoplpush (const std::string &src, const std::string &dst) |
| client & | rpush (const std::string &key, const std::vector< std::string > &values, const reply_callback_t &reply_callback) |
| std::future< reply > | rpush (const std::string &key, const std::vector< std::string > &values) |
| client & | rpushx (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | rpushx (const std::string &key, const std::string &value) |
| client & | sadd (const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) |
| std::future< reply > | sadd (const std::string &key, const std::vector< std::string > &members) |
| client & | save (const reply_callback_t &reply_callback) |
| std::future< reply > | save () |
| client & | scan (int cursor, const std::string &pattern, int count, const reply_callback_t &reply_callback) |
| std::future< reply > | scan (int cursor, const std::string &pattern, int count) |
| client & | scard (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | scard (const std::string &key) |
| client & | script_debug (const std::string &mode, const reply_callback_t &reply_callback) |
| std::future< reply > | script_debug (const std::string &mode) |
| client & | script_exists (const std::vector< std::string > &scripts, const reply_callback_t &reply_callback) |
| std::future< reply > | script_exists (const std::vector< std::string > &scripts) |
| client & | script_flush (const reply_callback_t &reply_callback) |
| std::future< reply > | script_flush () |
| client & | script_kill (const reply_callback_t &reply_callback) |
| std::future< reply > | script_kill () |
| client & | script_load (const std::string &script, const reply_callback_t &reply_callback) |
| std::future< reply > | script_load (const std::string &script) |
| client & | sdiff (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sdiff (const std::vector< std::string > &keys) |
| client & | sdiffstore (const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sdiffstore (const std::string &dst, const std::vector< std::string > &keys) |
| client & | select (int index, const reply_callback_t &reply_callback) |
| std::future< reply > | select (int index) |
| client & | set (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | set (const std::string &key, const std::string &value) |
| client & | set_advanced (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| client & | set_advanced (const std::string &key, const std::string &value, bool ex, int ex_sec, bool px, int px_milli, bool nx, bool xx, const reply_callback_t &reply_callback) |
| std::future< reply > | set_advanced (const std::string &key, const std::string &value, bool ex=false, int ex_sec=0, bool px=false, int px_milli=0, bool nx=false, bool xx=false) |
| client & | setbit_ (const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | setbit_ (const std::string &key, int offset, const std::string &value) |
| client & | setex (const std::string &key, int seconds, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | setex (const std::string &key, int seconds, const std::string &value) |
| client & | setnx (const std::string &key, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | setnx (const std::string &key, const std::string &value) |
| client & | setrange (const std::string &key, int offset, const std::string &value, const reply_callback_t &reply_callback) |
| std::future< reply > | setrange (const std::string &key, int offset, const std::string &value) |
| client & | shutdown (const reply_callback_t &reply_callback) |
| std::future< reply > | shutdown () |
| client & | shutdown (const std::string &save, const reply_callback_t &reply_callback) |
| std::future< reply > | shutdown (const std::string &save) |
| client & | sinter (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sinter (const std::vector< std::string > &keys) |
| client & | sinterstore (const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sinterstore (const std::string &dst, const std::vector< std::string > &keys) |
| client & | sismember (const std::string &key, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | sismember (const std::string &key, const std::string &member) |
| client & | slaveof (const std::string &host, int port, const reply_callback_t &reply_callback) |
| std::future< reply > | slaveof (const std::string &host, int port) |
| client & | slowlog (const std::string subcommand, const reply_callback_t &reply_callback) |
| std::future< reply > | slowlog (const std::string &subcommand) |
| client & | slowlog (const std::string subcommand, const std::string &argument, const reply_callback_t &reply_callback) |
| std::future< reply > | slowlog (const std::string &subcommand, const std::string &argument) |
| client & | smembers (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | smembers (const std::string &key) |
| client & | smove (const std::string &source, const std::string &destination, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | smove (const std::string &src, const std::string &dst, const std::string &member) |
| client & | spop (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | spop (const std::string &key) |
| client & | spop (const std::string &key, int count, const reply_callback_t &reply_callback) |
| std::future< reply > | spop (const std::string &key, int count) |
| client & | srandmember (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | srandmember (const std::string &key) |
| client & | srandmember (const std::string &key, int count, const reply_callback_t &reply_callback) |
| std::future< reply > | srandmember (const std::string &key, int count) |
| client & | srem (const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) |
| std::future< reply > | srem (const std::string &key, const std::vector< std::string > &members) |
| client & | strlen (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | strlen (const std::string &key) |
| client & | sunion (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sunion (const std::vector< std::string > &keys) |
| client & | sunionstore (const std::string &destination, const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | sunionstore (const std::string &dst, const std::vector< std::string > &keys) |
| client & | sync (const reply_callback_t &reply_callback) |
| std::future< reply > | sync () |
| client & | time (const reply_callback_t &reply_callback) |
| std::future< reply > | time () |
| client & | ttl (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | ttl (const std::string &key) |
| client & | type (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | type (const std::string &key) |
| client & | unwatch (const reply_callback_t &reply_callback) |
| std::future< reply > | unwatch () |
| client & | wait (int numslaves, int timeout, const reply_callback_t &reply_callback) |
| std::future< reply > | wait (int numslaves, int timeout) |
| client & | watch (const std::vector< std::string > &keys, const reply_callback_t &reply_callback) |
| std::future< reply > | watch (const std::vector< std::string > &keys) |
| client & | zadd (const std::string &key, const std::vector< std::string > &options, const std::map< std::string, std::string > &score_members, const reply_callback_t &reply_callback) |
| std::future< reply > | zadd (const std::string &key, const std::vector< std::string > &options, const std::map< std::string, std::string > &score_members) |
| client & | zcard (const std::string &key, const reply_callback_t &reply_callback) |
| std::future< reply > | zcard (const std::string &key) |
| client & | zcount (const std::string &key, int min, int max, const reply_callback_t &reply_callback) |
| std::future< reply > | zcount (const std::string &key, int min, int max) |
| client & | zcount (const std::string &key, double min, double max, const reply_callback_t &reply_callback) |
| std::future< reply > | zcount (const std::string &key, double min, double max) |
| client & | zcount (const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) |
| std::future< reply > | zcount (const std::string &key, const std::string &min, const std::string &max) |
| client & | zincrby (const std::string &key, int incr, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zincrby (const std::string &key, int incr, const std::string &member) |
| client & | zincrby (const std::string &key, double incr, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zincrby (const std::string &key, double incr, const std::string &member) |
| client & | zincrby (const std::string &key, const std::string &incr, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zincrby (const std::string &key, const std::string &incr, const std::string &member) |
| client & | zlexcount (const std::string &key, int min, int max, const reply_callback_t &reply_callback) |
| std::future< reply > | zlexcount (const std::string &key, int min, int max) |
| client & | zlexcount (const std::string &key, double min, double max, const reply_callback_t &reply_callback) |
| std::future< reply > | zlexcount (const std::string &key, double min, double max) |
| client & | zlexcount (const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) |
| std::future< reply > | zlexcount (const std::string &key, const std::string &min, const std::string &max) |
| client & | zrange (const std::string &key, int start, int stop, const reply_callback_t &reply_callback) |
| client & | zrange (const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrange (const std::string &key, int start, int stop, bool withscores=false) |
| client & | zrange (const std::string &key, double start, double stop, const reply_callback_t &reply_callback) |
| client & | zrange (const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrange (const std::string &key, double start, double stop, bool withscores=false) |
| client & | zrange (const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) |
| client & | zrange (const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrange (const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) |
| client & | zrank (const std::string &key, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zrank (const std::string &key, const std::string &member) |
| client & | zrem (const std::string &key, const std::vector< std::string > &members, const reply_callback_t &reply_callback) |
| std::future< reply > | zrem (const std::string &key, const std::vector< std::string > &members) |
| client & | zremrangebylex (const std::string &key, int min, int max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebylex (const std::string &key, int min, int max) |
| client & | zremrangebylex (const std::string &key, double min, double max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebylex (const std::string &key, double min, double max) |
| client & | zremrangebylex (const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebylex (const std::string &key, const std::string &min, const std::string &max) |
| client & | zremrangebyrank (const std::string &key, int start, int stop, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyrank (const std::string &key, int start, int stop) |
| client & | zremrangebyrank (const std::string &key, double start, double stop, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyrank (const std::string &key, double start, double stop) |
| client & | zremrangebyrank (const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyrank (const std::string &key, const std::string &start, const std::string &stop) |
| client & | zremrangebyscore (const std::string &key, int min, int max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyscore (const std::string &key, int min, int max) |
| client & | zremrangebyscore (const std::string &key, double min, double max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyscore (const std::string &key, double min, double max) |
| client & | zremrangebyscore (const std::string &key, const std::string &min, const std::string &max, const reply_callback_t &reply_callback) |
| std::future< reply > | zremrangebyscore (const std::string &key, const std::string &min, const std::string &max) |
| client & | zrevrange (const std::string &key, int start, int stop, const reply_callback_t &reply_callback) |
| client & | zrevrange (const std::string &key, int start, int stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrevrange (const std::string &key, int start, int stop, bool withscores=false) |
| client & | zrevrange (const std::string &key, double start, double stop, const reply_callback_t &reply_callback) |
| client & | zrevrange (const std::string &key, double start, double stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrevrange (const std::string &key, double start, double stop, bool withscores=false) |
| client & | zrevrange (const std::string &key, const std::string &start, const std::string &stop, const reply_callback_t &reply_callback) |
| client & | zrevrange (const std::string &key, const std::string &start, const std::string &stop, bool withscores, const reply_callback_t &reply_callback) |
| std::future< reply > | zrevrange (const std::string &key, const std::string &start, const std::string &stop, bool withscores=false) |
| client & | zrevrank (const std::string &key, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zrevrank (const std::string &key, const std::string &member) |
| client & | zscore (const std::string &key, const std::string &member, const reply_callback_t &reply_callback) |
| std::future< reply > | zscore (const std::string &key, const std::string &member) |
| template<typename T, typename... Ts> | |
| client & | client_kill (const T &arg, const Ts &... args) |
+Private Member Functions | |
| bool | should_reconnect (void) const |
| void | resend_failed_commands (void) |
| void | sleep_before_next_reconnect_attempt (void) |
| void | reconnect (void) |
| void | re_auth (void) |
| void | re_select (void) |
| void | unprotected_send (const std::vector< std::string > &redis_cmd, const reply_callback_t &callback) |
| void | unprotected_auth (const std::string &password, const reply_callback_t &reply_callback) |
| void | unprotected_select (int index, const reply_callback_t &reply_callback) |
| template<typename T > | |
| std::enable_if< std::is_same< T, client_type >::value >::type | client_kill_unpack_arg (std::vector< std::string > &redis_cmd, reply_callback_t &, client_type type) |
| client kill impl More... | |
| template<typename T > | |
| std::enable_if< std::is_same< T, bool >::value >::type | client_kill_unpack_arg (std::vector< std::string > &redis_cmd, reply_callback_t &, bool skip) |
| template<typename T > | |
| std::enable_if< std::is_integral< T >::value >::type | client_kill_unpack_arg (std::vector< std::string > &redis_cmd, reply_callback_t &, uint64_t id) |
| template<typename T > | |
| std::enable_if< std::is_class< T >::value >::type | client_kill_unpack_arg (std::vector< std::string > &, reply_callback_t &reply_callback, const T &cb) |
| template<typename T , typename... Ts> | |
| void | client_kill_impl (std::vector< std::string > &redis_cmd, reply_callback_t &reply, const T &arg, const Ts &... args) |
| template<typename T > | |
| void | client_kill_impl (std::vector< std::string > &redis_cmd, reply_callback_t &reply, const T &arg) |
| void | connection_receive_handler (network::redis_connection &connection, reply &reply) |
| void | connection_disconnection_handler (network::redis_connection &connection) |
| void | clear_callbacks (void) |
| void | try_commit (void) |
| std::future< reply > | exec_cmd (const std::function< client &(const reply_callback_t &)> &f) |
| Execute a command on the client and tie the callback to a future. More... | |
+Private Attributes | |
| std::string | m_redis_server |
| std::size_t | m_redis_port = 0 |
| std::string | m_master_name |
| std::string | m_password |
| int | m_database_index = 0 |
| network::redis_connection | m_client |
| cpp_redis::sentinel | m_sentinel |
| std::uint32_t | m_connect_timeout_msecs = 0 |
| std::int32_t | m_max_reconnects = 0 |
| std::int32_t | m_current_reconnect_attempts = 0 |
| std::uint32_t | m_reconnect_interval_msecs = 0 |
| std::atomic_bool | m_reconnecting = ATOMIC_VAR_INIT(false) |
| std::atomic_bool | m_cancel = ATOMIC_VAR_INIT(false) |
| std::queue< command_request > | m_commands |
| connect_callback_t | m_connect_callback |
| std::mutex | m_callbacks_mutex |
| std::condition_variable | m_sync_condvar |
| std::atomic< unsigned int > | m_callbacks_running = ATOMIC_VAR_INIT(0) |
| typedef std::function<void(const std::string& host, std::size_t port, connect_state status)> cpp_redis::client::connect_callback_t | +
connect handler, called whenever a new connection even occurred
+ +| typedef std::function<void(reply&)> cpp_redis::client::reply_callback_t | +
reply callback called whenever a reply is received takes as parameter the received reply
+ +
+
|
+ +strong | +
+
|
+ +strong | +
high availability (re)connection states
| Enumerator | |
|---|---|
| dropped | |
| start | |
| sleeping | |
| ok | |
| failed | |
| lookup_failed | |
| stopped | |
| cpp_redis::client::client | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +explicit | +
custom ctor to specify custom tcp_client
+| tcp_client | tcp client to be used for network communications |
| cpp_redis::client::~client | +( | +void | +) | ++ |
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +| void cpp_redis::client::add_sentinel | +( | +const std::string & | +host, | +
| + | + | std::size_t | +port | +
| + | ) | ++ |
add a sentinel definition. Required for connect() or get_master_addr_by_name() when autoconnect is enabled.
+| host | sentinel host |
| port | sentinel port |
| client& cpp_redis::client::append | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::append | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::auth | +( | +const std::string & | +password, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::auth | +( | +const std::string & | +password | ) | ++ |
| client& cpp_redis::client::bgrewriteaof | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::bgrewriteaof | +( | +) | ++ |
| client& cpp_redis::client::bgsave | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::bgsave | +( | +) | ++ |
| client& cpp_redis::client::bitcount | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitcount | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::bitcount | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +end, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitcount | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +end | +
| + | ) | ++ |
| client& cpp_redis::client::bitop | +( | +const std::string & | +operation, | +
| + | + | const std::string & | +destkey, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitop | +( | +const std::string & | +operation, | +
| + | + | const std::string & | +destkey, | +
| + | + | const std::vector< std::string > & | +keys | +
| + | ) | ++ |
| client& cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit | +
| + | ) | ++ |
| client& cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit, | +
| + | + | int | +start, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit, | +
| + | + | int | +start | +
| + | ) | ++ |
| client& cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit, | +
| + | + | int | +start, | +
| + | + | int | +end, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::bitpos | +( | +const std::string & | +key, | +
| + | + | int | +bit, | +
| + | + | int | +start, | +
| + | + | int | +end | +
| + | ) | ++ |
| client& cpp_redis::client::blpop | +( | +const std::vector< std::string > & | +keys, | +
| + | + | int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::blpop | +( | +const std::vector< std::string > & | +keys, | +
| + | + | int | +timeout | +
| + | ) | ++ |
| client& cpp_redis::client::brpop | +( | +const std::vector< std::string > & | +keys, | +
| + | + | int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::brpop | +( | +const std::vector< std::string > & | +keys, | +
| + | + | int | +timeout | +
| + | ) | ++ |
| client& cpp_redis::client::brpoplpush | +( | +const std::string & | +src, | +
| + | + | const std::string & | +dst, | +
| + | + | int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::brpoplpush | +( | +const std::string & | +src, | +
| + | + | const std::string & | +dst, | +
| + | + | int | +timeout | +
| + | ) | ++ |
| void cpp_redis::client::cancel_reconnect | +( | +void | +) | ++ |
stop any reconnect in progress
+ +
+
|
+ +private | +
reset the queue of pending callbacks
+ +| void cpp_redis::client::clear_sentinels | +( | +void | +) | ++ |
clear all existing sentinels.
+ +| client& cpp_redis::client::client_getname | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::client_getname | +( | +) | ++ |
+
|
+ +inline | +
+
|
+ +inline | +
If we have other type than lambda, then it's a filter
+ +
+
|
+ +inline | +
+
|
+ +inline | +
| client& cpp_redis::client::client_kill | +( | +const T & | +, | +
| + | + | const Ts & | +... | +
| + | ) | ++ |
| std::future< reply > cpp_redis::client::client_kill_future | +( | +const T | +arg, | +
| + | + | const Ts... | +args | +
| + | ) | ++ |
gcc 4.8 doesn't handle variadic template capture arguments (appears in 4.9) so std::bind should capture all arguments because of the compiler.
+ +
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +private | +
client kill impl
+ +
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +private | +
| client& cpp_redis::client::client_list | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::client_list | +( | +) | ++ |
| client& cpp_redis::client::client_pause | +( | +int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::client_pause | +( | +int | +timeout | ) | ++ |
| client& cpp_redis::client::client_reply | +( | +const std::string & | +mode, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::client_reply | +( | +const std::string & | +mode | ) | ++ |
| client& cpp_redis::client::client_setname | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::client_setname | +( | +const std::string & | +name | ) | ++ |
| client& cpp_redis::client::cluster_addslots | +( | +const std::vector< std::string > & | +p_slots, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_addslots | +( | +const std::vector< std::string > & | +p_slots | ) | ++ |
| client& cpp_redis::client::cluster_count_failure_reports | +( | +const std::string & | +node_id, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_count_failure_reports | +( | +const std::string & | +node_id | ) | ++ |
| client& cpp_redis::client::cluster_countkeysinslot | +( | +const std::string & | +slot, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_countkeysinslot | +( | +const std::string & | +slot | ) | ++ |
| client& cpp_redis::client::cluster_delslots | +( | +const std::vector< std::string > & | +p_slots, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_delslots | +( | +const std::vector< std::string > & | +p_slots | ) | ++ |
| client& cpp_redis::client::cluster_failover | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_failover | +( | +) | ++ |
| client& cpp_redis::client::cluster_failover | +( | +const std::string & | +mode, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_failover | +( | +const std::string & | +mode | ) | ++ |
| client& cpp_redis::client::cluster_forget | +( | +const std::string & | +node_id, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_forget | +( | +const std::string & | +node_id | ) | ++ |
| client& cpp_redis::client::cluster_getkeysinslot | +( | +const std::string & | +slot, | +
| + | + | int | +count, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_getkeysinslot | +( | +const std::string & | +slot, | +
| + | + | int | +count | +
| + | ) | ++ |
| client& cpp_redis::client::cluster_info | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_info | +( | +) | ++ |
| client& cpp_redis::client::cluster_keyslot | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_keyslot | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::cluster_meet | +( | +const std::string & | +ip, | +
| + | + | int | +port, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_meet | +( | +const std::string & | +ip, | +
| + | + | int | +port | +
| + | ) | ++ |
| client& cpp_redis::client::cluster_nodes | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_nodes | +( | +) | ++ |
| client& cpp_redis::client::cluster_replicate | +( | +const std::string & | +node_id, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_replicate | +( | +const std::string & | +node_id | ) | ++ |
| client& cpp_redis::client::cluster_reset | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| client& cpp_redis::client::cluster_reset | +( | +const std::string & | +mode, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_reset | +( | +const std::string & | +mode = "soft" | ) | ++ |
| client& cpp_redis::client::cluster_saveconfig | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_saveconfig | +( | +) | ++ |
| client& cpp_redis::client::cluster_set_config_epoch | +( | +const std::string & | +epoch, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_set_config_epoch | +( | +const std::string & | +epoch | ) | ++ |
| client& cpp_redis::client::cluster_setslot | +( | +const std::string & | +slot, | +
| + | + | const std::string & | +mode, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_setslot | +( | +const std::string & | +slot, | +
| + | + | const std::string & | +mode | +
| + | ) | ++ |
| client& cpp_redis::client::cluster_setslot | +( | +const std::string & | +slot, | +
| + | + | const std::string & | +mode, | +
| + | + | const std::string & | +node_id, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_setslot | +( | +const std::string & | +slot, | +
| + | + | const std::string & | +mode, | +
| + | + | const std::string & | +node_id | +
| + | ) | ++ |
| client& cpp_redis::client::cluster_slaves | +( | +const std::string & | +node_id, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_slaves | +( | +const std::string & | +node_id | ) | ++ |
| client& cpp_redis::client::cluster_slots | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::cluster_slots | +( | +) | ++ |
| client& cpp_redis::client::command | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::command | +( | +) | ++ |
| client& cpp_redis::client::command_count | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::command_count | +( | +) | ++ |
| client& cpp_redis::client::command_getkeys | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::command_getkeys | +( | +) | ++ |
| client& cpp_redis::client::command_info | +( | +const std::vector< std::string > & | +command_name, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::command_info | +( | +const std::vector< std::string > & | +command_name | ) | ++ |
| client& cpp_redis::client::commit | +( | +void | +) | ++ |
Sends all the commands that have been stored by calling send() since the last commit() call to the redis server. That is, pipelining is supported in a very simple and efficient way: client.send(...).send(...).send(...).commit() will send the 3 commands at once (instead of sending 3 network requests, one for each command, as it would have been done without pipelining). Pipelined commands are always removed from the buffer, even in the case of an error (for example, calling commit while the client is not connected, something that throws an exception). commit() works asynchronously: it returns immediately after sending the queued requests and replies are processed asynchronously.
+Please note that, while commit() can safely be called from inside a reply callback, calling sync_commit() from inside a reply callback is not permitted and will lead to undefined behavior, mostly deadlock.
+ +| client& cpp_redis::client::config_get | +( | +const std::string & | +param, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::config_get | +( | +const std::string & | +param | ) | ++ |
| client& cpp_redis::client::config_resetstat | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::config_resetstat | +( | +) | ++ |
| client& cpp_redis::client::config_rewrite | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::config_rewrite | +( | +) | ++ |
| client& cpp_redis::client::config_set | +( | +const std::string & | +param, | +
| + | + | const std::string & | +val, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::config_set | +( | +const std::string & | +param, | +
| + | + | const std::string & | +val | +
| + | ) | ++ |
| void cpp_redis::client::connect | +( | +const std::string & | +host = "127.0.0.1", |
+
| + | + | std::size_t | +port = 6379, |
+
| + | + | const connect_callback_t & | +connect_callback = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0, |
+
| + | + | std::int32_t | +max_reconnects = 0, |
+
| + | + | std::uint32_t | +reconnect_interval_msecs = 0 |
+
| + | ) | ++ |
Connect to redis server
+| host | host to be connected to |
| port | port to be connected to |
| connect_callback | connect handler to be called on connect events (may be null) |
| timeout_msecs | maximum time to connect |
| max_reconnects | maximum attemps of reconnection if connection dropped |
| reconnect_interval_msecs | time between two attemps of reconnection |
| void cpp_redis::client::connect | +( | +const std::string & | +name, | +
| + | + | const connect_callback_t & | +connect_callback = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0, |
+
| + | + | std::int32_t | +max_reconnects = 0, |
+
| + | + | std::uint32_t | +reconnect_interval_msecs = 0 |
+
| + | ) | ++ |
Connect to redis server
+| name | sentinel name |
| connect_callback | connect handler to be called on connect events (may be null) |
| timeout_msecs | maximum time to connect |
| max_reconnects | maximum attemps of reconnection if connection dropped |
| reconnect_interval_msecs | time between two attemps of reconnection |
+
|
+ +private | +
redis_connection disconnection handler, triggered whenever a disconnection occured
+| connection | redis_connection instance |
+
|
+ +private | +
redis connection receive handler, triggered whenever a reply has been read by the redis connection
+| connection | redis_connection instance |
| reply | parsed reply |
| client& cpp_redis::client::dbsize | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::dbsize | +( | +) | ++ |
| client& cpp_redis::client::debug_object | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::debug_object | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::debug_segfault | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::debug_segfault | +( | +) | ++ |
| client& cpp_redis::client::decr | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::decr | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::decrby | +( | +const std::string & | +key, | +
| + | + | int | +val, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::decrby | +( | +const std::string & | +key, | +
| + | + | int | +val | +
| + | ) | ++ |
| client& cpp_redis::client::del | +( | +const std::vector< std::string > & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::del | +( | +const std::vector< std::string > & | +key | ) | ++ |
| client& cpp_redis::client::discard | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::discard | +( | +) | ++ |
| void cpp_redis::client::disconnect | +( | +bool | +wait_for_removal = false | ) | ++ |
disconnect from redis server
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
| client& cpp_redis::client::dump | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::dump | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::echo | +( | +const std::string & | +msg, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::echo | +( | +const std::string & | +msg | ) | ++ |
| client& cpp_redis::client::eval | +( | +const std::string & | +script, | +
| + | + | int | +numkeys, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const std::vector< std::string > & | +args, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::eval | +( | +const std::string & | +script, | +
| + | + | int | +numkeys, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const std::vector< std::string > & | +args | +
| + | ) | ++ |
| client& cpp_redis::client::evalsha | +( | +const std::string & | +sha1, | +
| + | + | int | +numkeys, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const std::vector< std::string > & | +args, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::evalsha | +( | +const std::string & | +sha1, | +
| + | + | int | +numkeys, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const std::vector< std::string > & | +args | +
| + | ) | ++ |
| client& cpp_redis::client::exec | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::exec | +( | +) | ++ |
+
|
+ +private | +
Execute a command on the client and tie the callback to a future.
+ +| client& cpp_redis::client::exists | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::exists | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::expire | +( | +const std::string & | +key, | +
| + | + | int | +seconds, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::expire | +( | +const std::string & | +key, | +
| + | + | int | +seconds | +
| + | ) | ++ |
| client& cpp_redis::client::expireat | +( | +const std::string & | +key, | +
| + | + | int | +timestamp, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::expireat | +( | +const std::string & | +key, | +
| + | + | int | +timestamp | +
| + | ) | ++ |
| client& cpp_redis::client::flushall | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::flushall | +( | +) | ++ |
| client& cpp_redis::client::flushdb | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::flushdb | +( | +) | ++ |
| client& cpp_redis::client::geoadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::tuple< std::string, std::string, std::string >> & | +long_lat_memb, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::geoadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::tuple< std::string, std::string, std::string >> & | +long_lat_memb | +
| + | ) | ++ |
| client& cpp_redis::client::geodist | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member_1, | +
| + | + | const std::string & | +member_2, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::geodist | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member_1, | +
| + | + | const std::string & | +member_2, | +
| + | + | const std::string & | +unit, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::geodist | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member_1, | +
| + | + | const std::string & | +member_2, | +
| + | + | const std::string & | +unit = "m" |
+
| + | ) | ++ |
| client& cpp_redis::client::geohash | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::geohash | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members | +
| + | ) | ++ |
| client& cpp_redis::client::geopos | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::geopos | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members | +
| + | ) | ++ |
| client& cpp_redis::client::get | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::get | +( | +const std::string & | +key | ) | ++ |
| const sentinel& cpp_redis::client::get_sentinel | +( | +void | +) | +const | +
retrieve sentinel for current client
+| sentinel& cpp_redis::client::get_sentinel | +( | +void | +) | ++ |
retrieve sentinel for current client non-const version
+| client& cpp_redis::client::getbit | +( | +const std::string & | +key, | +
| + | + | int | +offset, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::getbit | +( | +const std::string & | +key, | +
| + | + | int | +offset | +
| + | ) | ++ |
| client& cpp_redis::client::getrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +end, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::getrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +end | +
| + | ) | ++ |
| client& cpp_redis::client::getset | +( | +const std::string & | +key, | +
| + | + | const std::string & | +val, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::getset | +( | +const std::string & | +key, | +
| + | + | const std::string & | +val | +
| + | ) | ++ |
| client& cpp_redis::client::hdel | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +fields, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hdel | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +fields | +
| + | ) | ++ |
| client& cpp_redis::client::hexists | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hexists | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field | +
| + | ) | ++ |
| client& cpp_redis::client::hget | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hget | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field | +
| + | ) | ++ |
| client& cpp_redis::client::hgetall | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hgetall | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::hincrby | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | int | +incr, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hincrby | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | int | +incr | +
| + | ) | ++ |
| client& cpp_redis::client::hincrbyfloat | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | float | +incr, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hincrbyfloat | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | float | +incr | +
| + | ) | ++ |
| client& cpp_redis::client::hkeys | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hkeys | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::hlen | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hlen | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::hmget | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +fields, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hmget | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +fields | +
| + | ) | ++ |
| client& cpp_redis::client::hmset | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::pair< std::string, std::string >> & | +field_val, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hmset | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::pair< std::string, std::string >> & | +field_val | +
| + | ) | ++ |
| client& cpp_redis::client::hset | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hset | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::hsetnx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hsetnx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::hstrlen | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hstrlen | +( | +const std::string & | +key, | +
| + | + | const std::string & | +field | +
| + | ) | ++ |
| client& cpp_redis::client::hvals | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::hvals | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::incr | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::incr | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::incrby | +( | +const std::string & | +key, | +
| + | + | int | +incr, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::incrby | +( | +const std::string & | +key, | +
| + | + | int | +incr | +
| + | ) | ++ |
| client& cpp_redis::client::incrbyfloat | +( | +const std::string & | +key, | +
| + | + | float | +incr, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::incrbyfloat | +( | +const std::string & | +key, | +
| + | + | float | +incr | +
| + | ) | ++ |
| client& cpp_redis::client::info | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| client& cpp_redis::client::info | +( | +const std::string & | +section, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::info | +( | +const std::string & | +section = "default" | ) | ++ |
| bool cpp_redis::client::is_connected | +( | +void | +) | +const | +
| bool cpp_redis::client::is_reconnecting | +( | +void | +) | +const | +
| client& cpp_redis::client::keys | +( | +const std::string & | +pattern, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::keys | +( | +const std::string & | +pattern | ) | ++ |
| client& cpp_redis::client::lastsave | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::lastsave | +( | +) | ++ |
| client& cpp_redis::client::lindex | +( | +const std::string & | +key, | +
| + | + | int | +index, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lindex | +( | +const std::string & | +key, | +
| + | + | int | +index | +
| + | ) | ++ |
| client& cpp_redis::client::linsert | +( | +const std::string & | +key, | +
| + | + | const std::string & | +before_after, | +
| + | + | const std::string & | +pivot, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::linsert | +( | +const std::string & | +key, | +
| + | + | const std::string & | +before_after, | +
| + | + | const std::string & | +pivot, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::llen | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::llen | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::lpop | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lpop | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::lpush | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +values, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lpush | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +values | +
| + | ) | ++ |
| client& cpp_redis::client::lpushx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lpushx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::lrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop | +
| + | ) | ++ |
| client& cpp_redis::client::lrem | +( | +const std::string & | +key, | +
| + | + | int | +count, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lrem | +( | +const std::string & | +key, | +
| + | + | int | +count, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::lset | +( | +const std::string & | +key, | +
| + | + | int | +index, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::lset | +( | +const std::string & | +key, | +
| + | + | int | +index, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::ltrim | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::ltrim | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop | +
| + | ) | ++ |
| client& cpp_redis::client::mget | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::mget | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::migrate | +( | +const std::string & | +host, | +
| + | + | int | +port, | +
| + | + | const std::string & | +key, | +
| + | + | const std::string & | +dest_db, | +
| + | + | int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::migrate | +( | +const std::string & | +host, | +
| + | + | int | +port, | +
| + | + | const std::string & | +key, | +
| + | + | const std::string & | +dest_db, | +
| + | + | int | +timeout, | +
| + | + | bool | +copy, | +
| + | + | bool | +replace, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::migrate | +( | +const std::string & | +host, | +
| + | + | int | +port, | +
| + | + | const std::string & | +key, | +
| + | + | const std::string & | +dest_db, | +
| + | + | int | +timeout, | +
| + | + | bool | +copy = false, |
+
| + | + | bool | +replace = false, |
+
| + | + | const std::vector< std::string > & | +keys = {} |
+
| + | ) | ++ |
| client& cpp_redis::client::monitor | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::monitor | +( | +) | ++ |
| client& cpp_redis::client::move | +( | +const std::string & | +key, | +
| + | + | const std::string & | +db, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::move | +( | +const std::string & | +key, | +
| + | + | const std::string & | +db | +
| + | ) | ++ |
| client& cpp_redis::client::mset | +( | +const std::vector< std::pair< std::string, std::string >> & | +key_vals, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::mset | +( | +const std::vector< std::pair< std::string, std::string >> & | +key_vals | ) | ++ |
| client& cpp_redis::client::msetnx | +( | +const std::vector< std::pair< std::string, std::string >> & | +key_vals, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::msetnx | +( | +const std::vector< std::pair< std::string, std::string >> & | +key_vals | ) | ++ |
| client& cpp_redis::client::multi | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::multi | +( | +) | ++ |
| client& cpp_redis::client::object | +( | +const std::string & | +subcommand, | +
| + | + | const std::vector< std::string > & | +args, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::object | +( | +const std::string & | +subcommand, | +
| + | + | const std::vector< std::string > & | +args | +
| + | ) | ++ |
assignment operator
+ +| client& cpp_redis::client::persist | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::persist | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::pexpire | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pexpire | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds | +
| + | ) | ++ |
| client& cpp_redis::client::pexpireat | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds_timestamp, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pexpireat | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds_timestamp | +
| + | ) | ++ |
| client& cpp_redis::client::pfadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +elements, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pfadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +elements | +
| + | ) | ++ |
| client& cpp_redis::client::pfcount | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pfcount | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::pfmerge | +( | +const std::string & | +destkey, | +
| + | + | const std::vector< std::string > & | +sourcekeys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pfmerge | +( | +const std::string & | +destkey, | +
| + | + | const std::vector< std::string > & | +sourcekeys | +
| + | ) | ++ |
| client& cpp_redis::client::ping | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::ping | +( | +) | ++ |
| client& cpp_redis::client::ping | +( | +const std::string & | +message, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::ping | +( | +const std::string & | +message | ) | ++ |
| client& cpp_redis::client::psetex | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds, | +
| + | + | const std::string & | +val, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::psetex | +( | +const std::string & | +key, | +
| + | + | int | +milliseconds, | +
| + | + | const std::string & | +val | +
| + | ) | ++ |
| client& cpp_redis::client::pttl | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pttl | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::publish | +( | +const std::string & | +channel, | +
| + | + | const std::string & | +message, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::publish | +( | +const std::string & | +channel, | +
| + | + | const std::string & | +message | +
| + | ) | ++ |
| client& cpp_redis::client::pubsub | +( | +const std::string & | +subcommand, | +
| + | + | const std::vector< std::string > & | +args, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::pubsub | +( | +const std::string & | +subcommand, | +
| + | + | const std::vector< std::string > & | +args | +
| + | ) | ++ |
| client& cpp_redis::client::quit | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::quit | +( | +) | ++ |
| client& cpp_redis::client::randomkey | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::randomkey | +( | +) | ++ |
+
|
+ +private | +
re authenticate to redis server based on previously used password
+ +
+
|
+ +private | +
re select db to redis server based on previously selected db
+ +| client& cpp_redis::client::readonly | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::readonly | +( | +) | ++ |
| client& cpp_redis::client::readwrite | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::readwrite | +( | +) | ++ |
+
|
+ +private | +
reconnect to the previously connected host automatically re authenticate and resubscribe to subscribed channel in case of success
+ +| client& cpp_redis::client::rename | +( | +const std::string & | +key, | +
| + | + | const std::string & | +newkey, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::rename | +( | +const std::string & | +key, | +
| + | + | const std::string & | +newkey | +
| + | ) | ++ |
| client& cpp_redis::client::renamenx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +newkey, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::renamenx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +newkey | +
| + | ) | ++ |
+
|
+ +private | +
resend all pending commands that failed to be sent due to disconnection
+ +| client& cpp_redis::client::restore | +( | +const std::string & | +key, | +
| + | + | int | +ttl, | +
| + | + | const std::string & | +serialized_value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::restore | +( | +const std::string & | +key, | +
| + | + | int | +ttl, | +
| + | + | const std::string & | +serialized_value | +
| + | ) | ++ |
| client& cpp_redis::client::restore | +( | +const std::string & | +key, | +
| + | + | int | +ttl, | +
| + | + | const std::string & | +serialized_value, | +
| + | + | const std::string & | +replace, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::restore | +( | +const std::string & | +key, | +
| + | + | int | +ttl, | +
| + | + | const std::string & | +serialized_value, | +
| + | + | const std::string & | +replace | +
| + | ) | ++ |
| client& cpp_redis::client::role | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::role | +( | +) | ++ |
| client& cpp_redis::client::rpop | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::rpop | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::rpoplpush | +( | +const std::string & | +source, | +
| + | + | const std::string & | +destination, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::rpoplpush | +( | +const std::string & | +src, | +
| + | + | const std::string & | +dst | +
| + | ) | ++ |
| client& cpp_redis::client::rpush | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +values, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::rpush | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +values | +
| + | ) | ++ |
| client& cpp_redis::client::rpushx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::rpushx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::sadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members | +
| + | ) | ++ |
| client& cpp_redis::client::save | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::save | +( | +) | ++ |
| client& cpp_redis::client::scan | +( | +int | +cursor, | +
| + | + | const std::string & | +pattern, | +
| + | + | int | +count, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::scan | +( | +int | +cursor, | +
| + | + | const std::string & | +pattern, | +
| + | + | int | +count | +
| + | ) | ++ |
| client& cpp_redis::client::scard | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::scard | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::script_debug | +( | +const std::string & | +mode, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::script_debug | +( | +const std::string & | +mode | ) | ++ |
| client& cpp_redis::client::script_exists | +( | +const std::vector< std::string > & | +scripts, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::script_exists | +( | +const std::vector< std::string > & | +scripts | ) | ++ |
| client& cpp_redis::client::script_flush | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::script_flush | +( | +) | ++ |
| client& cpp_redis::client::script_kill | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::script_kill | +( | +) | ++ |
| client& cpp_redis::client::script_load | +( | +const std::string & | +script, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::script_load | +( | +const std::string & | +script | ) | ++ |
| client& cpp_redis::client::sdiff | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sdiff | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::sdiffstore | +( | +const std::string & | +destination, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sdiffstore | +( | +const std::string & | +dst, | +
| + | + | const std::vector< std::string > & | +keys | +
| + | ) | ++ |
| client& cpp_redis::client::select | +( | +int | +index, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::select | +( | +int | +index | ) | ++ |
| client& cpp_redis::client::send | +( | +const std::vector< std::string > & | +redis_cmd, | +
| + | + | const reply_callback_t & | +callback | +
| + | ) | ++ |
send the given command the command is actually pipelined and only buffered, so nothing is sent to the network please call commit() / sync_commit() to flush the buffer
+| redis_cmd | command to be sent |
| callback | callback to be called on received reply |
| std::future<reply> cpp_redis::client::send | +( | +const std::vector< std::string > & | +redis_cmd | ) | ++ |
same as the other send method but future based: does not take any callback and return an std:;future to handle the reply
+| redis_cmd | command to be sent |
| client& cpp_redis::client::set | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::set | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::set_advanced | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::set_advanced | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | bool | +ex, | +
| + | + | int | +ex_sec, | +
| + | + | bool | +px, | +
| + | + | int | +px_milli, | +
| + | + | bool | +nx, | +
| + | + | bool | +xx, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::set_advanced | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | bool | +ex = false, |
+
| + | + | int | +ex_sec = 0, |
+
| + | + | bool | +px = false, |
+
| + | + | int | +px_milli = 0, |
+
| + | + | bool | +nx = false, |
+
| + | + | bool | +xx = false |
+
| + | ) | ++ |
| client& cpp_redis::client::setbit_ | +( | +const std::string & | +key, | +
| + | + | int | +offset, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::setbit_ | +( | +const std::string & | +key, | +
| + | + | int | +offset, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::setex | +( | +const std::string & | +key, | +
| + | + | int | +seconds, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::setex | +( | +const std::string & | +key, | +
| + | + | int | +seconds, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::setnx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::setnx | +( | +const std::string & | +key, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
| client& cpp_redis::client::setrange | +( | +const std::string & | +key, | +
| + | + | int | +offset, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::setrange | +( | +const std::string & | +key, | +
| + | + | int | +offset, | +
| + | + | const std::string & | +value | +
| + | ) | ++ |
+
|
+ +private | +
| client& cpp_redis::client::shutdown | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::shutdown | +( | +) | ++ |
| client& cpp_redis::client::shutdown | +( | +const std::string & | +save, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::shutdown | +( | +const std::string & | +save | ) | ++ |
| client& cpp_redis::client::sinter | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sinter | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::sinterstore | +( | +const std::string & | +destination, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sinterstore | +( | +const std::string & | +dst, | +
| + | + | const std::vector< std::string > & | +keys | +
| + | ) | ++ |
| client& cpp_redis::client::sismember | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sismember | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::slaveof | +( | +const std::string & | +host, | +
| + | + | int | +port, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::slaveof | +( | +const std::string & | +host, | +
| + | + | int | +port | +
| + | ) | ++ |
+
|
+ +private | +
sleep between two reconnect attemps if necessary
+ +| client& cpp_redis::client::slowlog | +( | +const std::string | +subcommand, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::slowlog | +( | +const std::string & | +subcommand | ) | ++ |
| client& cpp_redis::client::slowlog | +( | +const std::string | +subcommand, | +
| + | + | const std::string & | +argument, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::slowlog | +( | +const std::string & | +subcommand, | +
| + | + | const std::string & | +argument | +
| + | ) | ++ |
| client& cpp_redis::client::smembers | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::smembers | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::smove | +( | +const std::string & | +source, | +
| + | + | const std::string & | +destination, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::smove | +( | +const std::string & | +src, | +
| + | + | const std::string & | +dst, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::spop | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::spop | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::spop | +( | +const std::string & | +key, | +
| + | + | int | +count, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::spop | +( | +const std::string & | +key, | +
| + | + | int | +count | +
| + | ) | ++ |
| client& cpp_redis::client::srandmember | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::srandmember | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::srandmember | +( | +const std::string & | +key, | +
| + | + | int | +count, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::srandmember | +( | +const std::string & | +key, | +
| + | + | int | +count | +
| + | ) | ++ |
| client& cpp_redis::client::srem | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::srem | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members | +
| + | ) | ++ |
| client& cpp_redis::client::strlen | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::strlen | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::sunion | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sunion | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::sunionstore | +( | +const std::string & | +destination, | +
| + | + | const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::sunionstore | +( | +const std::string & | +dst, | +
| + | + | const std::vector< std::string > & | +keys | +
| + | ) | ++ |
| client& cpp_redis::client::sync | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::sync | +( | +) | ++ |
| client& cpp_redis::client::sync_commit | +( | +void | +) | ++ |
same as commit(), but synchronous will block until all pending commands have been sent and that a reply has been received for each of them and all underlying callbacks completed
+
+
|
+ +inline | +
same as sync_commit, but with a timeout will simply block until it completes or timeout expires
+no need to call commit in case of reconnection the reconnection flow will do it for us
+ +| client& cpp_redis::client::time | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::time | +( | +) | ++ |
+
|
+ +private | +
try to commit the pending pipelined if client is disconnected, will throw an exception and clear all pending callbacks (call clear_callbacks())
+ +| client& cpp_redis::client::ttl | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::ttl | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::type | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::type | +( | +const std::string & | +key | ) | ++ |
+
|
+ +private | +
unprotected auth same as auth, but without any mutex lock
+| password | password to be used for authentication |
| reply_callback | callback to be called whenever a reply is received |
+
|
+ +private | +
unprotected select same as select, but without any mutex lock
+| index | index to be used for db select |
| reply_callback | callback to be called whenever a reply is received |
+
|
+ +private | +
unprotected send same as send, but without any mutex lock
+| redis_cmd | cmd to be sent |
| callback | callback to be called whenever a reply is received |
| client& cpp_redis::client::unwatch | +( | +const reply_callback_t & | +reply_callback | ) | ++ |
| std::future<reply> cpp_redis::client::unwatch | +( | +) | ++ |
| client& cpp_redis::client::wait | +( | +int | +numslaves, | +
| + | + | int | +timeout, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::wait | +( | +int | +numslaves, | +
| + | + | int | +timeout | +
| + | ) | ++ |
| client& cpp_redis::client::watch | +( | +const std::vector< std::string > & | +keys, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::watch | +( | +const std::vector< std::string > & | +keys | ) | ++ |
| client& cpp_redis::client::zadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +options, | +
| + | + | const std::map< std::string, std::string > & | +score_members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zadd | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +options, | +
| + | + | const std::map< std::string, std::string > & | +score_members | +
| + | ) | ++ |
| client& cpp_redis::client::zcard | +( | +const std::string & | +key, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zcard | +( | +const std::string & | +key | ) | ++ |
| client& cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zcount | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | int | +incr, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | int | +incr, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | double | +incr, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | double | +incr, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | const std::string & | +incr, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zincrby | +( | +const std::string & | +key, | +
| + | + | const std::string & | +incr, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zlexcount | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::zrem | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrem | +( | +const std::string & | +key, | +
| + | + | const std::vector< std::string > & | +members | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebylex | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | int | +min, | +
| + | + | int | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | double | +min, | +
| + | + | double | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zremrangebyscore | +( | +const std::string & | +key, | +
| + | + | const std::string & | +min, | +
| + | + | const std::string & | +max | +
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | int | +start, | +
| + | + | int | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | double | +start, | +
| + | + | double | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| client& cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | bool | +withscores, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrevrange | +( | +const std::string & | +key, | +
| + | + | const std::string & | +start, | +
| + | + | const std::string & | +stop, | +
| + | + | bool | +withscores = false |
+
| + | ) | ++ |
| client& cpp_redis::client::zrevrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zrevrank | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
| client& cpp_redis::client::zscore | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member, | +
| + | + | const reply_callback_t & | +reply_callback | +
| + | ) | ++ |
| std::future<reply> cpp_redis::client::zscore | +( | +const std::string & | +key, | +
| + | + | const std::string & | +member | +
| + | ) | ++ |
+
|
+ +private | +
callbacks thread safety
+ +
+
|
+ +private | +
number of callbacks currently being running
+ +
+
|
+ +private | +
to force cancel reconnection
+ +
+
|
+ +private | +
tcp client for redis connection
+ +
+
|
+ +private | +
sent commands waiting to be executed
+ +
+
|
+ +private | +
user defined connect status callback
+ +
+
|
+ +private | +
max time to connect
+ +
+
|
+ +private | +
current number of attemps to reconect
+ +
+
|
+ +private | +
selected redis db
+ +
+
|
+ +private | +
master name (if we are using sentinel) we are connected to
+ +
+
|
+ +private | +
max number of reconnection attemps
+ +
+
|
+ +private | +
password used to authenticate
+ +
+
|
+ +private | +
time between two reconnection attemps
+ +
+
|
+ +private | +
reconnection status
+ +
+
|
+ +private | +
port we are connected to
+ +
+
|
+ +private | +
server we are connected to
+ +
+
|
+ +private | +
redis sentinel
+ +
+
|
+ +private | +
condvar for callbacks updates
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1logger-members.html b/docs/html/classcpp__redis_1_1logger-members.html
new file mode 100644
index 00000000..613ebeab
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1logger-members.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::logger, including all inherited members.
+| debug(const std::string &msg, const std::string &file, std::size_t line) | cpp_redis::logger | virtual |
| error(const std::string &msg, const std::string &file, std::size_t line) | cpp_redis::logger | virtual |
| info(const std::string &msg, const std::string &file, std::size_t line) | cpp_redis::logger | virtual |
| log_level enum name | cpp_redis::logger | |
| logger(log_level level=log_level::info) | cpp_redis::logger | |
| logger(const logger &)=default | cpp_redis::logger | |
| logger_iface(void)=default | cpp_redis::logger_iface | |
| logger_iface(const logger_iface &)=default | cpp_redis::logger_iface | |
| m_level | cpp_redis::logger | private |
| m_mutex | cpp_redis::logger | private |
| operator=(const logger &)=default | cpp_redis::logger | |
| cpp_redis::logger_iface::operator=(const logger_iface &)=default | cpp_redis::logger_iface | |
| warn(const std::string &msg, const std::string &file, std::size_t line) | cpp_redis::logger | virtual |
| ~logger(void)=default | cpp_redis::logger | |
| ~logger_iface(void)=default | cpp_redis::logger_iface | virtual |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1logger.html b/docs/html/classcpp__redis_1_1logger.html
new file mode 100644
index 00000000..223e0b07
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1logger.html
@@ -0,0 +1,549 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <logger.hpp>
+
+ +Public Types | |
| enum | log_level { log_level::error = 0, +log_level::warn = 1, +log_level::info = 2, +log_level::debug = 3 + } |
+Public Member Functions | |
| logger (log_level level=log_level::info) | |
| ctor More... | |
| ~logger (void)=default | |
| dtor More... | |
| logger (const logger &)=default | |
| copy ctor More... | |
| logger & | operator= (const logger &)=default |
| assignment operator More... | |
| void | debug (const std::string &msg, const std::string &file, std::size_t line) |
| void | info (const std::string &msg, const std::string &file, std::size_t line) |
| void | warn (const std::string &msg, const std::string &file, std::size_t line) |
| void | error (const std::string &msg, const std::string &file, std::size_t line) |
Public Member Functions inherited from cpp_redis::logger_iface | |
| logger_iface (void)=default | |
| ctor More... | |
| virtual | ~logger_iface (void)=default |
| dtor More... | |
| logger_iface (const logger_iface &)=default | |
| copy ctor More... | |
| logger_iface & | operator= (const logger_iface &)=default |
| assignment operator More... | |
+Private Attributes | |
| log_level | m_level |
| std::mutex | m_mutex |
default logger class provided by the library
+
+
|
+ +strong | +
| cpp_redis::logger::logger | +( | +log_level | +level = log_level::info | ) | ++ |
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +default | +
copy ctor
+ +
+
|
+ +virtual | +
debug logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implements cpp_redis::logger_iface.
+ +
+
|
+ +virtual | +
error logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implements cpp_redis::logger_iface.
+ +
+
|
+ +virtual | +
info logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implements cpp_redis::logger_iface.
+ +assignment operator
+ +
+
|
+ +virtual | +
warn logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implements cpp_redis::logger_iface.
+ +
+
|
+ +private | +
current log level in use
+ +
+
|
+ +private | +
mutex used to serialize logs in multithreaded environment
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1logger.png b/docs/html/classcpp__redis_1_1logger.png
new file mode 100644
index 00000000..5f8f9ef9
Binary files /dev/null and b/docs/html/classcpp__redis_1_1logger.png differ
diff --git a/docs/html/classcpp__redis_1_1logger__iface-members.html b/docs/html/classcpp__redis_1_1logger__iface-members.html
new file mode 100644
index 00000000..7674e4a8
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1logger__iface-members.html
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::logger_iface, including all inherited members.
+| debug(const std::string &msg, const std::string &file, std::size_t line)=0 | cpp_redis::logger_iface | pure virtual |
| error(const std::string &msg, const std::string &file, std::size_t line)=0 | cpp_redis::logger_iface | pure virtual |
| info(const std::string &msg, const std::string &file, std::size_t line)=0 | cpp_redis::logger_iface | pure virtual |
| logger_iface(void)=default | cpp_redis::logger_iface | |
| logger_iface(const logger_iface &)=default | cpp_redis::logger_iface | |
| operator=(const logger_iface &)=default | cpp_redis::logger_iface | |
| warn(const std::string &msg, const std::string &file, std::size_t line)=0 | cpp_redis::logger_iface | pure virtual |
| ~logger_iface(void)=default | cpp_redis::logger_iface | virtual |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1logger__iface.html b/docs/html/classcpp__redis_1_1logger__iface.html
new file mode 100644
index 00000000..d86c8ecb
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1logger__iface.html
@@ -0,0 +1,449 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <logger.hpp>
+
+ +Public Member Functions | |
| logger_iface (void)=default | |
| ctor More... | |
| virtual | ~logger_iface (void)=default |
| dtor More... | |
| logger_iface (const logger_iface &)=default | |
| copy ctor More... | |
| logger_iface & | operator= (const logger_iface &)=default |
| assignment operator More... | |
| virtual void | debug (const std::string &msg, const std::string &file, std::size_t line)=0 |
| virtual void | info (const std::string &msg, const std::string &file, std::size_t line)=0 |
| virtual void | warn (const std::string &msg, const std::string &file, std::size_t line)=0 |
| virtual void | error (const std::string &msg, const std::string &file, std::size_t line)=0 |
logger_iface should be inherited by any class intended to be used for logging
+
+
|
+ +default | +
ctor
+ +
+
|
+ +virtualdefault | +
dtor
+ +
+
|
+ +default | +
copy ctor
+ +
+
|
+ +pure virtual | +
debug logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implemented in cpp_redis::logger.
+ +
+
|
+ +pure virtual | +
error logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implemented in cpp_redis::logger.
+ +
+
|
+ +pure virtual | +
info logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implemented in cpp_redis::logger.
+ +
+
|
+ +default | +
assignment operator
+ +
+
|
+ +pure virtual | +
warn logging
+| msg | message to be logged |
| file | file from which the message is coming |
| line | line in the file of the message |
Implemented in cpp_redis::logger.
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1logger__iface.png b/docs/html/classcpp__redis_1_1logger__iface.png
new file mode 100644
index 00000000..c4e17e92
Binary files /dev/null and b/docs/html/classcpp__redis_1_1logger__iface.png differ
diff --git a/docs/html/classcpp__redis_1_1network_1_1redis__connection-members.html b/docs/html/classcpp__redis_1_1network_1_1redis__connection-members.html
new file mode 100644
index 00000000..a3158ef5
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1redis__connection-members.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::network::redis_connection, including all inherited members.
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1redis__connection.html b/docs/html/classcpp__redis_1_1network_1_1redis__connection.html
new file mode 100644
index 00000000..414090e5
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1redis__connection.html
@@ -0,0 +1,716 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <redis_connection.hpp>
+Public Types | |
| typedef std::function< void(redis_connection &)> | disconnection_handler_t |
| typedef std::function< void(redis_connection &, reply &)> | reply_callback_t |
+Public Member Functions | |
| redis_connection (void) | |
| ctor More... | |
| redis_connection (const std::shared_ptr< tcp_client_iface > &tcp_client) | |
| ~redis_connection (void) | |
| dtor More... | |
| redis_connection (const redis_connection &)=delete | |
| copy ctor More... | |
| redis_connection & | operator= (const redis_connection &)=delete |
| assignment operator More... | |
| void | connect (const std::string &host="127.0.0.1", std::size_t port=6379, const disconnection_handler_t &disconnection_handler=nullptr, const reply_callback_t &reply_callback=nullptr, std::uint32_t timeout_msecs=0) |
| void | disconnect (bool wait_for_removal=false) |
| bool | is_connected (void) const |
| redis_connection & | send (const std::vector< std::string > &redis_cmd) |
| redis_connection & | commit (void) |
+Private Member Functions | |
| void | tcp_client_receive_handler (const tcp_client_iface::read_result &result) |
| void | tcp_client_disconnection_handler (void) |
| std::string | build_command (const std::vector< std::string > &redis_cmd) |
| void | call_disconnection_handler (void) |
+Private Attributes | |
| std::shared_ptr< cpp_redis::network::tcp_client_iface > | m_client |
| reply_callback_t | m_reply_callback |
| disconnection_handler_t | m_disconnection_handler |
| builders::reply_builder | m_builder |
| std::string | m_buffer |
| std::mutex | m_buffer_mutex |
tcp connection wrapper handling redis protocol
+| typedef std::function<void(redis_connection&)> cpp_redis::network::redis_connection::disconnection_handler_t | +
disconnection handler takes as parameter the instance of the redis_connection
+ +| typedef std::function<void(redis_connection&, reply&)> cpp_redis::network::redis_connection::reply_callback_t | +
reply handler takes as parameter the instance of the redis_connection and the built reply
+ +| cpp_redis::network::redis_connection::redis_connection | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +explicit | +
ctor allowing to specify custom tcp client (default ctor uses the default tacopie tcp client)
+| tcp_client | tcp client to be used for network communications |
| cpp_redis::network::redis_connection::~redis_connection | +( | +void | +) | ++ |
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +
+
|
+ +private | +
transform a user command to a redis command using the redis protocol format for example, transform {"GET", "HELLO"} to something like "*2\r\n+GET\r\n+HELLO\r\n"
+ +
+
|
+ +private | +
simply call the disconnection handler (does nothing if disconnection handler is set to null)
+ +| redis_connection& cpp_redis::network::redis_connection::commit | +( | +void | +) | ++ |
commit pipelined transaction that is, send to the network all commands pipelined by calling send()
+| void cpp_redis::network::redis_connection::connect | +( | +const std::string & | +host = "127.0.0.1", |
+
| + | + | std::size_t | +port = 6379, |
+
| + | + | const disconnection_handler_t & | +disconnection_handler = nullptr, |
+
| + | + | const reply_callback_t & | +reply_callback = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0 |
+
| + | ) | ++ |
connect to the given host and port, and set both disconnection and reply callbacks
+| host | host to be connected to |
| port | port to be connected to |
| disconnection_handler | handler to be called in case of disconnection |
| reply_callback | handler to be called once a reply is ready |
| timeout_msecs | max time to connect (in ms) |
| void cpp_redis::network::redis_connection::disconnect | +( | +bool | +wait_for_removal = false | ) | ++ |
disconnect from redis server
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
| bool cpp_redis::network::redis_connection::is_connected | +( | +void | +) | +const | +
+
|
+ +delete | +
assignment operator
+ +| redis_connection& cpp_redis::network::redis_connection::send | +( | +const std::vector< std::string > & | +redis_cmd | ) | ++ |
send the given command the command is actually pipelined and only buffered, so nothing is sent to the network please call commit() to flush the buffer
+| redis_cmd | command to be sent |
+
|
+ +private | +
tcp_client disconnection handler called by the tcp_client whenever a disconnection occured
+ +
+
|
+ +private | +
tcp_client receive handler called by the tcp_client whenever a read has completed
+| result | read result |
+
|
+ +private | +
internal buffer used for pipelining (commands are buffered here and flushed to the tcp client when commit is called)
+ +
+
|
+ +private | +
protect internal buffer against race conditions
+ +
+
|
+ +private | +
reply builder used to build replies
+ +
+
|
+ +private | +
tcp client for redis connection
+ +
+
|
+ +private | +
disconnection handler whenever a disconnection occured
+ +
+
|
+ +private | +
reply callback called whenever a reply has been read
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client-members.html b/docs/html/classcpp__redis_1_1network_1_1tcp__client-members.html
new file mode 100644
index 00000000..9460c8b2
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1tcp__client-members.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::network::tcp_client, including all inherited members.
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client.html b/docs/html/classcpp__redis_1_1network_1_1tcp__client.html
new file mode 100644
index 00000000..1616b4d9
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1tcp__client.html
@@ -0,0 +1,475 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <tcp_client.hpp>
+
+ +Public Member Functions | |
| tcp_client (void)=default | |
| ctor More... | |
| ~tcp_client (void)=default | |
| dtor More... | |
| void | connect (const std::string &addr, std::uint32_t port, std::uint32_t timeout_msecs) |
| void | disconnect (bool wait_for_removal=false) |
| bool | is_connected (void) const |
| void | set_nb_workers (std::size_t nb_threads) |
| void | async_read (read_request &request) |
| void | async_write (write_request &request) |
| void | set_on_disconnection_handler (const disconnection_handler_t &disconnection_handler) |
Public Member Functions inherited from cpp_redis::network::tcp_client_iface | |
| tcp_client_iface (void)=default | |
| ctor More... | |
| virtual | ~tcp_client_iface (void)=default |
| dtor More... | |
+Private Attributes | |
| tacopie::tcp_client | m_client |
+Additional Inherited Members | |
Public Types inherited from cpp_redis::network::tcp_client_iface | |
| typedef std::function< void(read_result &)> | async_read_callback_t |
| typedef std::function< void(write_result &)> | async_write_callback_t |
| typedef std::function< void()> | disconnection_handler_t |
implementation of the tcp_client_iface based on tacopie networking library
+
+
|
+ +default | +
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +virtual | +
async read operation
+| request | information about what should be read and what should be done after completion |
Implements cpp_redis::network::tcp_client_iface.
+ +
+
|
+ +virtual | +
async write operation
+| request | information about what should be written and what should be done after completion |
Implements cpp_redis::network::tcp_client_iface.
+ +
+
|
+ +virtual | +
start the tcp client
+| addr | host to be connected to |
| port | port to be connected to |
| timeout_msecs | max time to connect in ms |
Implements cpp_redis::network::tcp_client_iface.
+ +
+
|
+ +virtual | +
stop the tcp client
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
Implements cpp_redis::network::tcp_client_iface.
+ +
+
|
+ +virtual | +
Implements cpp_redis::network::tcp_client_iface.
+ +| void cpp_redis::network::tcp_client::set_nb_workers | +( | +std::size_t | +nb_threads | ) | ++ |
set number of io service workers for the io service monitoring this tcp connection
+| nb_threads | number of threads to be assigned |
+
|
+ +virtual | +
set on disconnection handler
+| disconnection_handler | handler to be called in case of a disconnection |
Implements cpp_redis::network::tcp_client_iface.
+ +
+
|
+ +private | +
tcp client for redis connection
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client.png b/docs/html/classcpp__redis_1_1network_1_1tcp__client.png
new file mode 100644
index 00000000..f443bbac
Binary files /dev/null and b/docs/html/classcpp__redis_1_1network_1_1tcp__client.png differ
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface-members.html b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface-members.html
new file mode 100644
index 00000000..aeb11d44
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface-members.html
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::network::tcp_client_iface, including all inherited members.
+| async_read(read_request &request)=0 | cpp_redis::network::tcp_client_iface | pure virtual |
| async_read_callback_t typedef | cpp_redis::network::tcp_client_iface | |
| async_write(write_request &request)=0 | cpp_redis::network::tcp_client_iface | pure virtual |
| async_write_callback_t typedef | cpp_redis::network::tcp_client_iface | |
| connect(const std::string &addr, std::uint32_t port, std::uint32_t timeout_msecs=0)=0 | cpp_redis::network::tcp_client_iface | pure virtual |
| disconnect(bool wait_for_removal=false)=0 | cpp_redis::network::tcp_client_iface | pure virtual |
| disconnection_handler_t typedef | cpp_redis::network::tcp_client_iface | |
| is_connected(void) const =0 | cpp_redis::network::tcp_client_iface | pure virtual |
| set_on_disconnection_handler(const disconnection_handler_t &disconnection_handler)=0 | cpp_redis::network::tcp_client_iface | pure virtual |
| tcp_client_iface(void)=default | cpp_redis::network::tcp_client_iface | |
| ~tcp_client_iface(void)=default | cpp_redis::network::tcp_client_iface | virtual |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.html b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.html
new file mode 100644
index 00000000..9114ce30
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.html
@@ -0,0 +1,469 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <tcp_client_iface.hpp>
+
+ +Classes | |
| struct | read_request |
| struct | read_result |
| struct | write_request |
| struct | write_result |
+Public Types | |
| typedef std::function< void(read_result &)> | async_read_callback_t |
| typedef std::function< void(write_result &)> | async_write_callback_t |
| typedef std::function< void()> | disconnection_handler_t |
+Public Member Functions | |
| tcp_client_iface (void)=default | |
| ctor More... | |
| virtual | ~tcp_client_iface (void)=default |
| dtor More... | |
| virtual void | connect (const std::string &addr, std::uint32_t port, std::uint32_t timeout_msecs=0)=0 |
| virtual void | disconnect (bool wait_for_removal=false)=0 |
| virtual bool | is_connected (void) const =0 |
| virtual void | async_read (read_request &request)=0 |
| virtual void | async_write (write_request &request)=0 |
| virtual void | set_on_disconnection_handler (const disconnection_handler_t &disconnection_handler)=0 |
interface defining how tcp client should be implemented to be used inside cpp_redis
+| typedef std::function<void(read_result&)> cpp_redis::network::tcp_client_iface::async_read_callback_t | +
async read completion callbacks function taking read_result as a parameter
+ +| typedef std::function<void(write_result&)> cpp_redis::network::tcp_client_iface::async_write_callback_t | +
async write completion callbacks function taking write_result as a parameter
+ +| typedef std::function<void()> cpp_redis::network::tcp_client_iface::disconnection_handler_t | +
disconnection handler
+ +
+
|
+ +default | +
ctor
+ +
+
|
+ +virtualdefault | +
dtor
+ +
+
|
+ +pure virtual | +
async read operation
+| request | information about what should be read and what should be done after completion |
Implemented in cpp_redis::network::tcp_client.
+ +
+
|
+ +pure virtual | +
async write operation
+| request | information about what should be written and what should be done after completion |
Implemented in cpp_redis::network::tcp_client.
+ +
+
|
+ +pure virtual | +
start the tcp client
+| addr | host to be connected to |
| port | port to be connected to |
| timeout_msecs | max time to connect in ms |
Implemented in cpp_redis::network::tcp_client.
+ +
+
|
+ +pure virtual | +
stop the tcp client
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
Implemented in cpp_redis::network::tcp_client.
+ +
+
|
+ +pure virtual | +
Implemented in cpp_redis::network::tcp_client.
+ +
+
|
+ +pure virtual | +
set on disconnection handler
+| disconnection_handler | handler to be called in case of a disconnection |
Implemented in cpp_redis::network::tcp_client.
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.png b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.png
new file mode 100644
index 00000000..fb94876f
Binary files /dev/null and b/docs/html/classcpp__redis_1_1network_1_1tcp__client__iface.png differ
diff --git a/docs/html/classcpp__redis_1_1redis__error-members.html b/docs/html/classcpp__redis_1_1redis__error-members.html
new file mode 100644
index 00000000..dc7d6bd0
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1redis__error-members.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::redis_error, including all inherited members.
+| redis_error(const std::string &err) | cpp_redis::redis_error | inlineexplicit |
| redis_error(const char *err) | cpp_redis::redis_error | inlineexplicit |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1redis__error.html b/docs/html/classcpp__redis_1_1redis__error.html
new file mode 100644
index 00000000..05bbd5c6
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1redis__error.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <error.hpp>
+
+ +Public Member Functions | |
| redis_error (const std::string &err) | |
| ctor (string) More... | |
| redis_error (const char *err) | |
| ctor(char*) More... | |
specialized runtime_error used for cpp_redis error
+
+
|
+ +inlineexplicit | +
ctor (string)
+ +
+
|
+ +inlineexplicit | +
ctor(char*)
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1redis__error.png b/docs/html/classcpp__redis_1_1redis__error.png
new file mode 100644
index 00000000..72cbe5b9
Binary files /dev/null and b/docs/html/classcpp__redis_1_1redis__error.png differ
diff --git a/docs/html/classcpp__redis_1_1reply-members.html b/docs/html/classcpp__redis_1_1reply-members.html
new file mode 100644
index 00000000..3b96b6ff
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1reply-members.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::reply, including all inherited members.
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1reply.html b/docs/html/classcpp__redis_1_1reply.html
new file mode 100644
index 00000000..e7916907
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1reply.html
@@ -0,0 +1,938 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <reply.hpp>
+Public Types | |
| enum | type { + type::error = __CPP_REDIS_REPLY_ERR, +type::bulk_string = __CPP_REDIS_REPLY_BULK, +type::simple_string = __CPP_REDIS_REPLY_SIMPLE, +type::null = __CPP_REDIS_REPLY_NULL, + + type::integer = __CPP_REDIS_REPLY_INT, +type::array = __CPP_REDIS_REPLY_ARRAY + + } |
| enum | string_type { string_type::error = __CPP_REDIS_REPLY_ERR, +string_type::bulk_string = __CPP_REDIS_REPLY_BULK, +string_type::simple_string = __CPP_REDIS_REPLY_SIMPLE + } |
+Public Member Functions | |
| reply (void) | |
| reply (const std::string &value, string_type reply_type) | |
| reply (int64_t value) | |
| reply (const std::vector< reply > &rows) | |
| ~reply (void)=default | |
| dtor More... | |
| reply (const reply &)=default | |
| copy ctor More... | |
| reply & | operator= (const reply &)=default |
| assignment operator More... | |
| bool | is_array (void) const |
| bool | is_string (void) const |
| bool | is_simple_string (void) const |
| bool | is_bulk_string (void) const |
| bool | is_error (void) const |
| bool | is_integer (void) const |
| bool | is_null (void) const |
| bool | ok (void) const |
| bool | ko (void) const |
| operator bool (void) const | |
| const std::string & | error (void) const |
| const std::vector< reply > & | as_array (void) const |
| const std::string & | as_string (void) const |
| int64_t | as_integer (void) const |
| void | set (void) |
| void | set (const std::string &value, string_type reply_type) |
| void | set (int64_t value) |
| void | set (const std::vector< reply > &rows) |
| reply & | operator<< (const reply &reply) |
| type | get_type (void) const |
+Private Attributes | |
| type | m_type |
| std::vector< cpp_redis::reply > | m_rows |
| std::string | m_strval |
| int64_t | m_intval |
+
|
+ +strong | +
+
|
+ +strong | +
| cpp_redis::reply::reply | +( | +void | +) | ++ |
default ctor (set a null reply)
+ +| cpp_redis::reply::reply | +( | +const std::string & | +value, | +
| + | + | string_type | +reply_type | +
| + | ) | ++ |
ctor for string values
+| value | string value |
| reply_type | of string reply |
| cpp_redis::reply::reply | +( | +int64_t | +value | ) | ++ |
ctor for int values
+| value | integer value |
| cpp_redis::reply::reply | +( | +const std::vector< reply > & | +rows | ) | ++ |
ctor for array values
+| rows | array reply |
+
|
+ +default | +
dtor
+ +
+
|
+ +default | +
copy ctor
+ +| const std::vector<reply>& cpp_redis::reply::as_array | +( | +void | +) | +const | +
| int64_t cpp_redis::reply::as_integer | +( | +void | +) | +const | +
| const std::string& cpp_redis::reply::as_string | +( | +void | +) | +const | +
| const std::string& cpp_redis::reply::error | +( | +void | +) | +const | +
| type cpp_redis::reply::get_type | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_array | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_bulk_string | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_error | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_integer | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_null | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_simple_string | +( | +void | +) | +const | +
| bool cpp_redis::reply::is_string | +( | +void | +) | +const | +
| bool cpp_redis::reply::ko | +( | +void | +) | +const | +
| bool cpp_redis::reply::ok | +( | +void | +) | +const | +
| cpp_redis::reply::operator bool | +( | +void | +) | +const | +
convenience implicit conversion, same as !is_null() / ok()
+ +for array replies, add a new row to the reply
+| reply | new row to be appended |
assignment operator
+ +| void cpp_redis::reply::set | +( | +void | +) | ++ |
set reply as null
+ +| void cpp_redis::reply::set | +( | +const std::string & | +value, | +
| + | + | string_type | +reply_type | +
| + | ) | ++ |
set a string reply
+| value | string value |
| reply_type | of string reply |
| void cpp_redis::reply::set | +( | +int64_t | +value | ) | ++ |
set an integer reply
+| value | integer value |
| void cpp_redis::reply::set | +( | +const std::vector< reply > & | +rows | ) | ++ |
set an array reply
+| rows | array reply |
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +private | +
+
|
+ +private | +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1sentinel-members.html b/docs/html/classcpp__redis_1_1sentinel-members.html
new file mode 100644
index 00000000..228b20f0
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1sentinel-members.html
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::sentinel, including all inherited members.
+| add_sentinel(const std::string &host, std::size_t port) | cpp_redis::sentinel | |
| call_disconnect_handler(void) | cpp_redis::sentinel | private |
| ckquorum(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| clear_callbacks(void) | cpp_redis::sentinel | private |
| clear_sentinels(void) | cpp_redis::sentinel | |
| commit(void) | cpp_redis::sentinel | |
| connect(const std::string &host, std::size_t port, const sentinel_disconnect_handler_t &disconnect_handler=nullptr, std::uint32_t timeout_msecs=0) | cpp_redis::sentinel | |
| connect_sentinel(std::uint32_t timeout_msecs=0, const sentinel_disconnect_handler_t &disconnect_handler=nullptr) | cpp_redis::sentinel | |
| connection_disconnect_handler(network::redis_connection &connection) | cpp_redis::sentinel | private |
| connection_receive_handler(network::redis_connection &connection, reply &reply) | cpp_redis::sentinel | private |
| disconnect(bool wait_for_removal=false) | cpp_redis::sentinel | |
| failover(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| flushconfig(const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| get_master_addr_by_name(const std::string &name, std::string &host, std::size_t &port, bool autoconnect=true) | cpp_redis::sentinel | |
| is_connected(void) | cpp_redis::sentinel | |
| m_callbacks | cpp_redis::sentinel | private |
| m_callbacks_mutex | cpp_redis::sentinel | private |
| m_callbacks_running | cpp_redis::sentinel | private |
| m_client | cpp_redis::sentinel | private |
| m_disconnect_handler | cpp_redis::sentinel | private |
| m_sentinels | cpp_redis::sentinel | private |
| m_sync_condvar | cpp_redis::sentinel | private |
| master(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| masters(const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| monitor(const std::string &name, const std::string &ip, std::size_t port, std::size_t quorum, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| operator=(const sentinel &)=delete | cpp_redis::sentinel | |
| ping(const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| remove(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| reply_callback_t typedef | cpp_redis::sentinel | |
| reset(const std::string &pattern, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| send(const std::vector< std::string > &sentinel_cmd, const reply_callback_t &callback=nullptr) | cpp_redis::sentinel | |
| sentinel(void) | cpp_redis::sentinel | |
| sentinel(const std::shared_ptr< network::tcp_client_iface > &tcp_client) | cpp_redis::sentinel | explicit |
| sentinel(const sentinel &)=delete | cpp_redis::sentinel | |
| sentinel_disconnect_handler_t typedef | cpp_redis::sentinel | |
| sentinels(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| set(const std::string &name, const std::string &option, const std::string &value, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| slaves(const std::string &name, const reply_callback_t &reply_callback=nullptr) | cpp_redis::sentinel | |
| sync_commit(void) | cpp_redis::sentinel | |
| sync_commit(const std::chrono::duration< Rep, Period > &timeout) | cpp_redis::sentinel | inline |
| try_commit(void) | cpp_redis::sentinel | private |
| ~sentinel(void) | cpp_redis::sentinel |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1sentinel.html b/docs/html/classcpp__redis_1_1sentinel.html
new file mode 100644
index 00000000..7461ffb9
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1sentinel.html
@@ -0,0 +1,1362 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <sentinel.hpp>
+Classes | |
| class | sentinel_def |
+Public Types | |
| typedef std::function< void(reply &)> | reply_callback_t |
| typedef std::function< void(sentinel &)> | sentinel_disconnect_handler_t |
+Public Member Functions | |
| sentinel (void) | |
| ctor & dtor More... | |
| sentinel (const std::shared_ptr< network::tcp_client_iface > &tcp_client) | |
| ~sentinel (void) | |
| dtor More... | |
| sentinel (const sentinel &)=delete | |
| copy ctor More... | |
| sentinel & | operator= (const sentinel &)=delete |
| assignment operator More... | |
| sentinel & | send (const std::vector< std::string > &sentinel_cmd, const reply_callback_t &callback=nullptr) |
| sentinel & | commit (void) |
| sentinel & | sync_commit (void) |
| template<class Rep , class Period > | |
| sentinel & | sync_commit (const std::chrono::duration< Rep, Period > &timeout) |
| sentinel & | add_sentinel (const std::string &host, std::size_t port) |
| void | clear_sentinels (void) |
| void | disconnect (bool wait_for_removal=false) |
| bool | is_connected (void) |
| void | connect_sentinel (std::uint32_t timeout_msecs=0, const sentinel_disconnect_handler_t &disconnect_handler=nullptr) |
| void | connect (const std::string &host, std::size_t port, const sentinel_disconnect_handler_t &disconnect_handler=nullptr, std::uint32_t timeout_msecs=0) |
| bool | get_master_addr_by_name (const std::string &name, std::string &host, std::size_t &port, bool autoconnect=true) |
| sentinel & | ckquorum (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | failover (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | flushconfig (const reply_callback_t &reply_callback=nullptr) |
| sentinel & | master (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | masters (const reply_callback_t &reply_callback=nullptr) |
| sentinel & | monitor (const std::string &name, const std::string &ip, std::size_t port, std::size_t quorum, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | ping (const reply_callback_t &reply_callback=nullptr) |
| sentinel & | remove (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | reset (const std::string &pattern, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | sentinels (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | set (const std::string &name, const std::string &option, const std::string &value, const reply_callback_t &reply_callback=nullptr) |
| sentinel & | slaves (const std::string &name, const reply_callback_t &reply_callback=nullptr) |
+Private Member Functions | |
| void | connection_receive_handler (network::redis_connection &connection, reply &reply) |
| void | connection_disconnect_handler (network::redis_connection &connection) |
| void | call_disconnect_handler (void) |
| void | clear_callbacks (void) |
| void | try_commit (void) |
+Private Attributes | |
| std::vector< sentinel_def > | m_sentinels |
| network::redis_connection | m_client |
| std::queue< reply_callback_t > | m_callbacks |
| sentinel_disconnect_handler_t | m_disconnect_handler |
| std::mutex | m_callbacks_mutex |
| std::condition_variable | m_sync_condvar |
| std::atomic< unsigned int > | m_callbacks_running = ATOMIC_VAR_INIT(0) |
| typedef std::function<void(reply&)> cpp_redis::sentinel::reply_callback_t | +
callback to be called whenever a reply has been received
+ +| typedef std::function<void(sentinel&)> cpp_redis::sentinel::sentinel_disconnect_handler_t | +
handlers called whenever disconnection occurred function takes the sentinel current instance as parameter
+ +| cpp_redis::sentinel::sentinel | +( | +void | +) | ++ |
ctor & dtor
+default ctor
+ +
+
|
+ +explicit | +
custom ctor to specify custom tcp_client
+| tcp_client | tcp client to be used for network communications |
| cpp_redis::sentinel::~sentinel | +( | +void | +) | ++ |
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +| sentinel& cpp_redis::sentinel::add_sentinel | +( | +const std::string & | +host, | +
| + | + | std::size_t | +port | +
| + | ) | ++ |
add a sentinel definition. Required for connect() or get_master_addr_by_name() when autoconnect is enabled.
+| host | sentinel host |
| port | sentinel port |
+
|
+ +private | +
Call the user-defined disconnection handler
+ +| sentinel& cpp_redis::sentinel::ckquorum | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
+
|
+ +private | +
reset the queue of pending callbacks
+ +| void cpp_redis::sentinel::clear_sentinels | +( | +void | +) | ++ |
clear all existing sentinels.
+ +| sentinel& cpp_redis::sentinel::commit | +( | +void | +) | ++ |
commit pipelined transaction that is, send to the network all commands pipelined by calling send()
+| void cpp_redis::sentinel::connect | +( | +const std::string & | +host, | +
| + | + | std::size_t | +port, | +
| + | + | const sentinel_disconnect_handler_t & | +disconnect_handler = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0 |
+
| + | ) | ++ |
Connect to named sentinel
+| host | host to be connected to |
| port | port to be connected to |
| timeout_msecs | maximum time to connect |
| disconnect_handler | handler to be called whenever disconnection occurs |
| void cpp_redis::sentinel::connect_sentinel | +( | +std::uint32_t | +timeout_msecs = 0, |
+
| + | + | const sentinel_disconnect_handler_t & | +disconnect_handler = nullptr |
+
| + | ) | ++ |
Connect to 1st active sentinel we find. Requires add_sentinel() to be called first
+| timeout_msecs | maximum time to connect |
| disconnect_handler | handler to be called whenever disconnection occurs |
+
|
+ +private | +
redis_connection disconnection handler, triggered whenever a disconnection occured
+| connection | redis_connection instance |
+
|
+ +private | +
redis connection receive handler, triggered whenever a reply has been read by the redis connection
+| connection | redis_connection instance |
| reply | parsed reply |
| void cpp_redis::sentinel::disconnect | +( | +bool | +wait_for_removal = false | ) | ++ |
disconnect from redis server
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
| sentinel& cpp_redis::sentinel::failover | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::flushconfig | +( | +const reply_callback_t & | +reply_callback = nullptr | ) | ++ |
| bool cpp_redis::sentinel::get_master_addr_by_name | +( | +const std::string & | +name, | +
| + | + | std::string & | +host, | +
| + | + | std::size_t & | +port, | +
| + | + | bool | +autoconnect = true |
+
| + | ) | ++ |
Used to find the current redis master by asking one or more sentinels. Use high availablity. Handles connect() and disconnect() automatically when autoconnect=true This method is synchronous. No need to call sync_commit() or process a reply callback. Call add_sentinel() before using when autoconnect==true
+| name | sentinel name |
| host | sentinel host |
| port | sentinel port |
| autoconnect | autoconnect we loop through and connect/disconnect as necessary to sentinels that were added using add_sentinel(). Otherwise we rely on the call to connect to a sentinel before calling this method. |
| bool cpp_redis::sentinel::is_connected | +( | +void | +) | ++ |
| sentinel& cpp_redis::sentinel::master | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::masters | +( | +const reply_callback_t & | +reply_callback = nullptr | ) | ++ |
| sentinel& cpp_redis::sentinel::monitor | +( | +const std::string & | +name, | +
| + | + | const std::string & | +ip, | +
| + | + | std::size_t | +port, | +
| + | + | std::size_t | +quorum, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
+
|
+ +delete | +
assignment operator
+ +| sentinel& cpp_redis::sentinel::ping | +( | +const reply_callback_t & | +reply_callback = nullptr | ) | ++ |
| sentinel& cpp_redis::sentinel::remove | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::reset | +( | +const std::string & | +pattern, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::send | +( | +const std::vector< std::string > & | +sentinel_cmd, | +
| + | + | const reply_callback_t & | +callback = nullptr |
+
| + | ) | ++ |
send the given command the command is actually pipelined and only buffered, so nothing is sent to the network please call commit() to flush the buffer
+| sentinel_cmd | command to be sent |
| callback | callback to be called when reply is received for this command |
| sentinel& cpp_redis::sentinel::sentinels | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::set | +( | +const std::string & | +name, | +
| + | + | const std::string & | +option, | +
| + | + | const std::string & | +value, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::slaves | +( | +const std::string & | +name, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
| sentinel& cpp_redis::sentinel::sync_commit | +( | +void | +) | ++ |
same as commit(), but synchronous will block until all pending commands have been sent and that a reply has been received for each of them and all underlying callbacks completed
+
+
|
+ +inline | +
same as sync_commit, but with a timeout will simply block until it completes or timeout expires
+
+
|
+ +private | +
try to commit the pending pipelined if client is disconnected, will throw an exception and clear all pending callbacks (call clear_callbacks())
+ +
+
|
+ +private | +
queue of callback to process
+ +
+
|
+ +private | +
callbacks thread safety
+ +
+
|
+ +private | +
number of callbacks currently being running
+ +
+
|
+ +private | +
tcp client for redis sentinel connection
+ +
+
|
+ +private | +
user defined disconnection handler to be called on disconnection
+ +
+
|
+ +private | +
A pool of 1 or more sentinels we ask to determine which redis server is the master.
+ +
+
|
+ +private | +
condvar for callbacks updates
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def-members.html b/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def-members.html
new file mode 100644
index 00000000..cbb83072
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def-members.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::sentinel::sentinel_def, including all inherited members.
+| get_host(void) const | cpp_redis::sentinel::sentinel_def | inline |
| get_port(void) const | cpp_redis::sentinel::sentinel_def | inline |
| m_host | cpp_redis::sentinel::sentinel_def | private |
| m_port | cpp_redis::sentinel::sentinel_def | private |
| sentinel_def(const std::string &host, std::size_t port) | cpp_redis::sentinel::sentinel_def | inline |
| ~sentinel_def(void)=default | cpp_redis::sentinel::sentinel_def |
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def.html b/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def.html
new file mode 100644
index 00000000..d27b4a67
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1sentinel_1_1sentinel__def.html
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Public Member Functions | |
| sentinel_def (const std::string &host, std::size_t port) | |
| ctor More... | |
| ~sentinel_def (void)=default | |
| dtor More... | |
| const std::string & | get_host (void) const |
| size_t | get_port (void) const |
+Private Attributes | |
| std::string | m_host |
| std::size_t | m_port |
+
|
+ +inline | +
ctor
+ +
+
|
+ +default | +
dtor
+ +
+
|
+ +inline | +
+
|
+ +inline | +
+
|
+ +private | +
sentinel host
+ +
+
|
+ +private | +
sentinel port
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1subscriber-members.html b/docs/html/classcpp__redis_1_1subscriber-members.html
new file mode 100644
index 00000000..88bed20c
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1subscriber-members.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
This is the complete list of members for cpp_redis::subscriber, including all inherited members.
+
+ 1.8.13
+
+
+
diff --git a/docs/html/classcpp__redis_1_1subscriber.html b/docs/html/classcpp__redis_1_1subscriber.html
new file mode 100644
index 00000000..42963dac
--- /dev/null
+++ b/docs/html/classcpp__redis_1_1subscriber.html
@@ -0,0 +1,1887 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <subscriber.hpp>
+Classes | |
| struct | callback_holder |
+Public Types | |
| enum | connect_state { + connect_state::dropped, +connect_state::start, +connect_state::sleeping, +connect_state::ok, + + connect_state::failed, +connect_state::lookup_failed, +connect_state::stopped + + } |
| typedef std::function< void(const std::string &host, std::size_t port, connect_state status)> | connect_callback_t |
| typedef std::function< void(reply &)> | reply_callback_t |
| typedef std::function< void(const std::string &, const std::string &)> | subscribe_callback_t |
| typedef std::function< void(int64_t)> | acknowledgement_callback_t |
+Public Member Functions | |
| subscriber (void) | |
| ctor More... | |
| subscriber (const std::shared_ptr< network::tcp_client_iface > &tcp_client) | |
| ~subscriber (void) | |
| dtor More... | |
| subscriber (const subscriber &)=delete | |
| copy ctor More... | |
| subscriber & | operator= (const subscriber &)=delete |
| assignment operator More... | |
| void | connect (const std::string &host="127.0.0.1", std::size_t port=6379, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) |
| void | connect (const std::string &name, const connect_callback_t &connect_callback=nullptr, std::uint32_t timeout_msecs=0, std::int32_t max_reconnects=0, std::uint32_t reconnect_interval_msecs=0) |
| bool | is_connected (void) const |
| void | disconnect (bool wait_for_removal=false) |
| bool | is_reconnecting (void) const |
| void | cancel_reconnect (void) |
| subscriber & | auth (const std::string &password, const reply_callback_t &reply_callback=nullptr) |
| subscriber & | subscribe (const std::string &channel, const subscribe_callback_t &callback, const acknowledgement_callback_t &acknowledgement_callback=nullptr) |
| subscriber & | psubscribe (const std::string &pattern, const subscribe_callback_t &callback, const acknowledgement_callback_t &acknowledgement_callback=nullptr) |
| subscriber & | unsubscribe (const std::string &channel) |
| subscriber & | punsubscribe (const std::string &pattern) |
| subscriber & | commit (void) |
| void | add_sentinel (const std::string &host, std::size_t port) |
| const sentinel & | get_sentinel (void) const |
| sentinel & | get_sentinel (void) |
| void | clear_sentinels (void) |
+Private Member Functions | |
| void | connection_receive_handler (network::redis_connection &connection, reply &reply) |
| void | connection_disconnection_handler (network::redis_connection &connection) |
| void | handle_acknowledgement_reply (const std::vector< reply > &reply) |
| void | handle_subscribe_reply (const std::vector< reply > &reply) |
| void | handle_psubscribe_reply (const std::vector< reply > &reply) |
| void | call_acknowledgement_callback (const std::string &channel, const std::map< std::string, callback_holder > &channels, std::mutex &channels_mtx, int64_t nb_chans) |
| void | reconnect (void) |
| void | re_auth (void) |
| void | re_subscribe (void) |
| bool | should_reconnect (void) const |
| void | sleep_before_next_reconnect_attempt (void) |
| void | clear_subscriptions (void) |
| void | unprotected_subscribe (const std::string &channel, const subscribe_callback_t &callback, const acknowledgement_callback_t &acknowledgement_callback) |
| void | unprotected_psubscribe (const std::string &pattern, const subscribe_callback_t &callback, const acknowledgement_callback_t &acknowledgement_callback) |
+Private Attributes | |
| std::string | m_redis_server |
| std::size_t | m_redis_port = 0 |
| std::string | m_master_name |
| std::string | m_password |
| network::redis_connection | m_client |
| cpp_redis::sentinel | m_sentinel |
| std::uint32_t | m_connect_timeout_msecs = 0 |
| std::int32_t | m_max_reconnects = 0 |
| std::int32_t | m_current_reconnect_attempts = 0 |
| std::uint32_t | m_reconnect_interval_msecs = 0 |
| std::atomic_bool | m_reconnecting = ATOMIC_VAR_INIT(false) |
| std::atomic_bool | m_cancel = ATOMIC_VAR_INIT(false) |
| std::map< std::string, callback_holder > | m_subscribed_channels |
| std::map< std::string, callback_holder > | m_psubscribed_channels |
| connect_callback_t | m_connect_callback |
| std::mutex | m_psubscribed_channels_mutex |
| std::mutex | m_subscribed_channels_mutex |
| reply_callback_t | m_auth_reply_callback |
| typedef std::function<void(int64_t)> cpp_redis::subscriber::acknowledgement_callback_t | +
acknowledgement callback called whenever a subscribe completes takes as parameter the int returned by the redis server (usually the number of channels you are subscribed to)
+ +| typedef std::function<void(const std::string& host, std::size_t port, connect_state status)> cpp_redis::subscriber::connect_callback_t | +
connect handler, called whenever a new connection even occurred
+ +| typedef std::function<void(reply&)> cpp_redis::subscriber::reply_callback_t | +
reply callback called whenever a reply is received takes as parameter the received reply
+ +| typedef std::function<void(const std::string&, const std::string&)> cpp_redis::subscriber::subscribe_callback_t | +
subscribe callback, called whenever a new message is published on a subscribed channel takes as parameter the channel and the message
+ +
+
|
+ +strong | +
high availability (re)connection states
| Enumerator | |
|---|---|
| dropped | |
| start | |
| sleeping | |
| ok | |
| failed | |
| lookup_failed | |
| stopped | |
| cpp_redis::subscriber::subscriber | +( | +void | +) | ++ |
ctor
+ +
+
|
+ +explicit | +
custom ctor to specify custom tcp_client
+| tcp_client | tcp client to be used for network communications |
| cpp_redis::subscriber::~subscriber | +( | +void | +) | ++ |
dtor
+ +
+
|
+ +delete | +
copy ctor
+ +| void cpp_redis::subscriber::add_sentinel | +( | +const std::string & | +host, | +
| + | + | std::size_t | +port | +
| + | ) | ++ |
add a sentinel definition. Required for connect() or get_master_addr_by_name() when autoconnect is enabled.
+| host | sentinel host |
| port | sentinel port |
| subscriber& cpp_redis::subscriber::auth | +( | +const std::string & | +password, | +
| + | + | const reply_callback_t & | +reply_callback = nullptr |
+
| + | ) | ++ |
ability to authenticate on the redis server if necessary this method should not be called repeatedly as the storage of reply_callback is NOT threadsafe (only one reply callback is stored for the subscriber client) calling repeatedly auth() is undefined concerning the execution of the associated callbacks
+| password | password to be used for authentication |
| reply_callback | callback to be called on auth completion (nullable) |
+
|
+ +private | +
find channel or pattern that is associated to the reply and call its ack callback
+| channel | channel or pattern that caused the issuance of this reply |
| channels | list of channels or patterns to be searched for the received channel |
| channels_mtx | channels or patterns mtx to be locked for race condition |
| nb_chans | redis server ack reply |
| void cpp_redis::subscriber::cancel_reconnect | +( | +void | +) | ++ |
stop any reconnect in progress
+ +| void cpp_redis::subscriber::clear_sentinels | +( | +void | +) | ++ |
clear all existing sentinels.
+ +
+
|
+ +private | +
clear all subscriptions (dirty way, no unsub/punsub commands send: mostly used for cleaning in disconnection condition)
+ +| subscriber& cpp_redis::subscriber::commit | +( | +void | +) | ++ |
commit pipelined transaction that is, send to the network all commands pipelined by calling send() / subscribe() / ...
+| void cpp_redis::subscriber::connect | +( | +const std::string & | +host = "127.0.0.1", |
+
| + | + | std::size_t | +port = 6379, |
+
| + | + | const connect_callback_t & | +connect_callback = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0, |
+
| + | + | std::int32_t | +max_reconnects = 0, |
+
| + | + | std::uint32_t | +reconnect_interval_msecs = 0 |
+
| + | ) | ++ |
Connect to redis server
+| host | host to be connected to |
| port | port to be connected to |
| connect_callback | connect handler to be called on connect events (may be null) |
| timeout_msecs | maximum time to connect |
| max_reconnects | maximum attemps of reconnection if connection dropped |
| reconnect_interval_msecs | time between two attemps of reconnection |
| void cpp_redis::subscriber::connect | +( | +const std::string & | +name, | +
| + | + | const connect_callback_t & | +connect_callback = nullptr, |
+
| + | + | std::uint32_t | +timeout_msecs = 0, |
+
| + | + | std::int32_t | +max_reconnects = 0, |
+
| + | + | std::uint32_t | +reconnect_interval_msecs = 0 |
+
| + | ) | ++ |
Connect to redis server
+| name | sentinel name |
| connect_callback | connect handler to be called on connect events (may be null) |
| timeout_msecs | maximum time to connect |
| max_reconnects | maximum attemps of reconnection if connection dropped |
| reconnect_interval_msecs | time between two attemps of reconnection |
+
|
+ +private | +
redis_connection disconnection handler, triggered whenever a disconnection occured
+| connection | redis_connection instance |
+
|
+ +private | +
redis connection receive handler, triggered whenever a reply has been read by the redis connection
+| connection | redis_connection instance |
| reply | parsed reply |
| void cpp_redis::subscriber::disconnect | +( | +bool | +wait_for_removal = false | ) | ++ |
disconnect from redis server
+| wait_for_removal | when sets to true, disconnect blocks until the underlying TCP client has been effectively removed from the io_service and that all the underlying callbacks have completed. |
| const sentinel& cpp_redis::subscriber::get_sentinel | +( | +void | +) | +const | +
retrieve sentinel for current client
+| sentinel& cpp_redis::subscriber::get_sentinel | +( | +void | +) | ++ |
retrieve sentinel for current client non-const version
+
+
|
+ +private | +
trigger the ack callback for matching channel/pattern check if reply is valid
+| reply | received reply |
+
|
+ +private | +
trigger the sub callback for all matching channels/patterns check if reply is valid
+| reply | received reply |
+
|
+ +private | +
trigger the sub callback for all matching channels/patterns check if reply is valid
+| reply | received reply |
| bool cpp_redis::subscriber::is_connected | +( | +void | +) | +const | +
| bool cpp_redis::subscriber::is_reconnecting | +( | +void | +) | +const | +
+
|
+ +delete | +
assignment operator
+ +| subscriber& cpp_redis::subscriber::psubscribe | +( | +const std::string & | +pattern, | +
| + | + | const subscribe_callback_t & | +callback, | +
| + | + | const acknowledgement_callback_t & | +acknowledgement_callback = nullptr |
+
| + | ) | ++ |
PSubscribes to the given channel and:
| pattern | pattern to psubscribe |
| callback | callback to be called whenever a message is received for this pattern |
| acknowledgement_callback | callback to be called on subscription completion (nullable) |
| subscriber& cpp_redis::subscriber::punsubscribe | +( | +const std::string & | +pattern | ) | ++ |
punsubscribe from the given pattern The command is not effectively sent immediately, but stored inside an internal buffer until commit() is called.
+| pattern | pattern to punsubscribe from |
+
|
+ +private | +
re authenticate to redis server based on previously used password
+ +
+
|
+ +private | +
resubscribe (sub and psub) to previously subscribed channels/patterns
+ +
+
|
+ +private | +
reconnect to the previously connected host automatically re authenticate and resubscribe to subscribed channel in case of success
+ +
+
|
+ +private | +
+
|
+ +private | +
sleep between two reconnect attemps if necessary
+ +| subscriber& cpp_redis::subscriber::subscribe | +( | +const std::string & | +channel, | +
| + | + | const subscribe_callback_t & | +callback, | +
| + | + | const acknowledgement_callback_t & | +acknowledgement_callback = nullptr |
+
| + | ) | ++ |
Subscribes to the given channel and:
| channel | channel to subscribe |
| callback | callback to be called whenever a message is received for this channel |
| acknowledgement_callback | callback to be called on subscription completion (nullable) |
+
|
+ +private | +
unprotected psub same as psubscribe, but without any mutex lock
+| pattern | pattern to psubscribe |
| callback | callback to be called whenever a message is received for this pattern |
| acknowledgement_callback | callback to be called on subscription completion (nullable) |
+
|
+ +private | +
unprotected sub same as subscribe, but without any mutex lock
+| channel | channel to subscribe |
| callback | callback to be called whenever a message is received for this channel |
| acknowledgement_callback | callback to be called on subscription completion (nullable) |
| subscriber& cpp_redis::subscriber::unsubscribe | +( | +const std::string & | +channel | ) | ++ |
unsubscribe from the given channel The command is not effectively sent immediately, but stored inside an internal buffer until commit() is called.
+| channel | channel to unsubscribe from |
+
|
+ +private | +
auth reply callback
+ +
+
|
+ +private | +
to force cancel reconnection
+ +
+
|
+ +private | +
tcp client for redis connection
+ +
+
|
+ +private | +
connect handler
+ +
+
|
+ +private | +
max time to connect
+ +
+
|
+ +private | +
current number of attemps to reconect
+ +
+
|
+ +private | +
master name (if we are using sentinel) we are connected to
+ +
+
|
+ +private | +
max number of reconnection attemps
+ +
+
|
+ +private | +
password used to authenticate
+ +
+
|
+ +private | +
psubscribed channels and their associated channels
+ +
+
|
+ +private | +
sub chans thread safety
+ +
+
|
+ +private | +
time between two reconnection attemps
+ +
+
|
+ +private | +
reconnection status
+ +
+
|
+ +private | +
port we are connected to
+ +
+
|
+ +private | +
server we are connected to
+ +
+
|
+ +private | +
redis sentinel
+ +
+
|
+ +private | +
subscribed channels and their associated channels
+ +
+
|
+ +private | +
psub chans thread safety
+ +
+ 1.8.13
+
+
+
diff --git a/docs/html/classes.html b/docs/html/classes.html
new file mode 100644
index 00000000..61494947
--- /dev/null
+++ b/docs/html/classes.html
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/client_8hpp.html b/docs/html/client_8hpp.html
new file mode 100644
index 00000000..9a7f712d
--- /dev/null
+++ b/docs/html/client_8hpp.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <atomic>#include <condition_variable>#include <functional>#include <future>#include <map>#include <mutex>#include <queue>#include <string>#include <vector>#include <cpp_redis/core/sentinel.hpp>#include <cpp_redis/helpers/variadic_template.hpp>#include <cpp_redis/misc/logger.hpp>#include <cpp_redis/network/redis_connection.hpp>#include <cpp_redis/network/tcp_client_iface.hpp>#include <cpp_redis/impl/client.ipp>Go to the source code of this file.
++Classes | |
| class | cpp_redis::client |
| struct | cpp_redis::client::command_request |
+Namespaces | |
| cpp_redis | |
+ 1.8.13
+
+
+
diff --git a/docs/html/client_8hpp_source.html b/docs/html/client_8hpp_source.html
new file mode 100644
index 00000000..9b7d6ed0
--- /dev/null
+++ b/docs/html/client_8hpp_source.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/client_8ipp.html b/docs/html/client_8ipp.html
new file mode 100644
index 00000000..5c7ecfbb
--- /dev/null
+++ b/docs/html/client_8ipp.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <functional>#include <iostream>+Namespaces | |
| cpp_redis | |
+ 1.8.13
+
+
+
diff --git a/docs/html/closed.png b/docs/html/closed.png
new file mode 100644
index 00000000..98cc2c90
Binary files /dev/null and b/docs/html/closed.png differ
diff --git a/docs/html/cpp_redis_logo.jpg b/docs/html/cpp_redis_logo.jpg
new file mode 100644
index 00000000..c83c8bf3
Binary files /dev/null and b/docs/html/cpp_redis_logo.jpg differ
diff --git a/docs/html/dir_09e761304027c904456130627fd4dcf5.html b/docs/html/dir_09e761304027c904456130627fd4dcf5.html
new file mode 100644
index 00000000..df5f9cb2
--- /dev/null
+++ b/docs/html/dir_09e761304027c904456130627fd4dcf5.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Directories | |
| directory | cpp_redis |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_352251206f2e216e88810b5fb29f51c8.html b/docs/html/dir_352251206f2e216e88810b5fb29f51c8.html
new file mode 100644
index 00000000..58808d23
--- /dev/null
+++ b/docs/html/dir_352251206f2e216e88810b5fb29f51c8.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | array_builder.hpp [code] |
| file | builder_iface.hpp [code] |
| file | builders_factory.hpp [code] |
| file | bulk_string_builder.hpp [code] |
| file | error_builder.hpp [code] |
| file | integer_builder.hpp [code] |
| file | reply_builder.hpp [code] |
| file | simple_string_builder.hpp [code] |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_385d11d1b9f28fad9d9928b9e15978bd.html b/docs/html/dir_385d11d1b9f28fad9d9928b9e15978bd.html
new file mode 100644
index 00000000..515c7fc2
--- /dev/null
+++ b/docs/html/dir_385d11d1b9f28fad9d9928b9e15978bd.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | redis_connection.hpp [code] |
| file | tcp_client.hpp [code] |
| file | tcp_client_iface.hpp [code] |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_4a9a619cb35b7ba799bd8912e91a56ec.html b/docs/html/dir_4a9a619cb35b7ba799bd8912e91a56ec.html
new file mode 100644
index 00000000..a29f38f7
--- /dev/null
+++ b/docs/html/dir_4a9a619cb35b7ba799bd8912e91a56ec.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | variadic_template.hpp [code] |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_4c391377e6d701cd473ddfe3ca211243.html b/docs/html/dir_4c391377e6d701cd473ddfe3ca211243.html
new file mode 100644
index 00000000..1e983cd2
--- /dev/null
+++ b/docs/html/dir_4c391377e6d701cd473ddfe3ca211243.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | error.hpp [code] |
| file | logger.hpp [code] |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_4cd0548f4edb17fdac03175eefab51fa.html b/docs/html/dir_4cd0548f4edb17fdac03175eefab51fa.html
new file mode 100644
index 00000000..2462fb26
--- /dev/null
+++ b/docs/html/dir_4cd0548f4edb17fdac03175eefab51fa.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | client.hpp [code] |
| file | reply.hpp [code] |
| file | sentinel.hpp [code] |
| file | subscriber.hpp [code] |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_a1e54deb92a7436074f1a80a5fcea478.html b/docs/html/dir_a1e54deb92a7436074f1a80a5fcea478.html
new file mode 100644
index 00000000..b45ca078
--- /dev/null
+++ b/docs/html/dir_a1e54deb92a7436074f1a80a5fcea478.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Files | |
| file | client.ipp |
+ 1.8.13
+
+
+
diff --git a/docs/html/dir_aabee9b2b90be9a3c8dcec590ad04d13.html b/docs/html/dir_aabee9b2b90be9a3c8dcec590ad04d13.html
new file mode 100644
index 00000000..64d7c641
--- /dev/null
+++ b/docs/html/dir_aabee9b2b90be9a3c8dcec590ad04d13.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+Directories | |
| directory | builders |
| directory | core |
| directory | helpers |
| directory | impl |
| directory | misc |
| directory | network |
+ 1.8.13
+
+
+
diff --git a/docs/html/doc.png b/docs/html/doc.png
new file mode 100644
index 00000000..17edabff
Binary files /dev/null and b/docs/html/doc.png differ
diff --git a/docs/html/doxygen.css b/docs/html/doxygen.css
new file mode 100644
index 00000000..4f1ab919
--- /dev/null
+++ b/docs/html/doxygen.css
@@ -0,0 +1,1596 @@
+/* The standard CSS for doxygen 1.8.13 */
+
+body, table, div, p, dl {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+p.reference, p.definition {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+/* @group Heading Levels */
+
+h1.groupheader {
+ font-size: 150%;
+}
+
+.title {
+ font: 400 14px/28px Roboto,sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #879ECB;
+ color: #354C7B;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
+}
+
+h3.groupheader {
+ font-size: 100%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ -webkit-transition: text-shadow 0.5s linear;
+ -moz-transition: text-shadow 0.5s linear;
+ -ms-transition: text-shadow 0.5s linear;
+ -o-transition: text-shadow 0.5s linear;
+ transition: text-shadow 0.5s linear;
+ margin-right: 15px;
+}
+
+h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
+ text-shadow: 0 0 15px cyan;
+}
+
+dt {
+ font-weight: bold;
+}
+
+div.multicol {
+ -moz-column-gap: 1em;
+ -webkit-column-gap: 1em;
+ -moz-column-count: 3;
+ -webkit-column-count: 3;
+}
+
+p.startli, p.startdd {
+ margin-top: 2px;
+}
+
+p.starttd {
+ margin-top: 0px;
+}
+
+p.endli {
+ margin-bottom: 0px;
+}
+
+p.enddd {
+ margin-bottom: 4px;
+}
+
+p.endtd {
+ margin-bottom: 2px;
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+span.legend {
+ font-size: 70%;
+ text-align: center;
+}
+
+h3.version {
+ font-size: 90%;
+ text-align: center;
+}
+
+div.qindex, div.navtab{
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+}
+
+div.qindex, div.navpath {
+ width: 100%;
+ line-height: 140%;
+}
+
+div.navtab {
+ margin-right: 15px;
+}
+
+/* @group Link Styling */
+
+a {
+ color: #3D578C;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #4665A2;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a.qindex {
+ font-weight: bold;
+}
+
+a.qindexHL {
+ font-weight: bold;
+ background-color: #9CAFD4;
+ color: #ffffff;
+ border: 1px double #869DCA;
+}
+
+.contents a.qindexHL:visited {
+ color: #ffffff;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code, a.code:visited, a.line, a.line:visited {
+ color: #4665A2;
+}
+
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
+ color: #4665A2;
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+pre.fragment {
+ border: 1px solid #C4CFE5;
+ background-color: #FBFCFD;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ overflow: auto;
+ word-wrap: break-word;
+ font-size: 9pt;
+ line-height: 125%;
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+div.fragment {
+ padding: 0px;
+ margin: 4px 8px 4px 2px;
+ background-color: #FBFCFD;
+ border: 1px solid #C4CFE5;
+}
+
+div.line {
+ font-family: monospace, fixed;
+ font-size: 13px;
+ min-height: 13px;
+ line-height: 1.0;
+ text-wrap: unrestricted;
+ white-space: -moz-pre-wrap; /* Moz */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: pre-wrap; /* CSS3 */
+ word-wrap: break-word; /* IE 5.5+ */
+ text-indent: -53px;
+ padding-left: 53px;
+ padding-bottom: 0px;
+ margin: 0px;
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+div.line:after {
+ content:"\000A";
+ white-space: pre;
+}
+
+div.line.glow {
+ background-color: cyan;
+ box-shadow: 0 0 10px cyan;
+}
+
+
+span.lineno {
+ padding-right: 4px;
+ text-align: right;
+ border-right: 2px solid #0F0;
+ background-color: #E8E8E8;
+ white-space: pre;
+}
+span.lineno a {
+ background-color: #D8D8D8;
+}
+
+span.lineno a:hover {
+ background-color: #C8C8C8;
+}
+
+.lineno {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+div.ah, span.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #ffffff;
+ margin-bottom: 3px;
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ box-shadow: 2px 2px 3px #999;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
+}
+
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background-color: white;
+ color: black;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 12px;
+ margin-right: 8px;
+}
+
+td.indexkey {
+ background-color: #EBEFF6;
+ font-weight: bold;
+ border: 1px solid #C4CFE5;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+td.indexvalue {
+ background-color: #EBEFF6;
+ border: 1px solid #C4CFE5;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #EEF1F7;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl {
+ vertical-align: middle;
+}
+
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
+}
+
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
+img.footer {
+ border: 0px;
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+blockquote {
+ background-color: #F7F8FB;
+ border-left: 2px solid #9CAFD4;
+ margin: 0 24px 0 4px;
+ padding: 0 12px 0 16px;
+}
+
+/* @end */
+
+/*
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #A3B4D7;
+}
+
+th.dirtab {
+ background: #EBEFF6;
+ font-weight: bold;
+}
+
+hr {
+ height: 0px;
+ border: none;
+ border-top: 1px solid #4A6AAA;
+}
+
+hr.footer {
+ height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
+.memberdecls td, .fieldtable tr {
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+.memberdecls td.glow, .fieldtable tr.glow {
+ background-color: cyan;
+ box-shadow: 0 0 15px cyan;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #F9FAFC;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memSeparator {
+ border-bottom: 1px solid #DEE4F0;
+ line-height: 1px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.memItemLeft, .memTemplItemLeft {
+ white-space: nowrap;
+}
+
+.memItemRight {
+ width: 100%;
+}
+
+.memTemplParams {
+ color: #4665A2;
+ white-space: nowrap;
+ font-size: 80%;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtitle {
+ padding: 8px;
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ margin-bottom: -1px;
+ background-image: url('nav_f.png');
+ background-repeat: repeat-x;
+ background-color: #E2E8F2;
+ line-height: 1.25;
+ font-weight: 300;
+ float:left;
+}
+
+.permalink
+{
+ font-size: 65%;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.memtemplate {
+ font-size: 80%;
+ color: #4665A2;
+ font-weight: normal;
+ margin-left: 9px;
+}
+
+.memnav {
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.mempage {
+ width: 100%;
+}
+
+.memitem {
+ padding: 0;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ -webkit-transition: box-shadow 0.5s linear;
+ -moz-transition: box-shadow 0.5s linear;
+ -ms-transition: box-shadow 0.5s linear;
+ -o-transition: box-shadow 0.5s linear;
+ transition: box-shadow 0.5s linear;
+ display: table !important;
+ width: 100%;
+}
+
+.memitem.glow {
+ box-shadow: 0 0 15px cyan;
+}
+
+.memname {
+ font-weight: 400;
+ margin-left: 6px;
+}
+
+.memname td {
+ vertical-align: bottom;
+}
+
+.memproto, dl.reflist dt {
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 0px 6px 0px;
+ color: #253555;
+ font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ background-color: #DFE5F1;
+ /* opera specific markup */
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ border-top-right-radius: 4px;
+ /* firefox specific markup */
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ -moz-border-radius-topright: 4px;
+ /* webkit specific markup */
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ -webkit-border-top-right-radius: 4px;
+
+}
+
+.overload {
+ font-family: "courier new",courier,monospace;
+ font-size: 65%;
+}
+
+.memdoc, dl.reflist dd {
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 10px 2px 10px;
+ background-color: #FBFCFD;
+ border-top-width: 0;
+ background-image:url('nav_g.png');
+ background-repeat:repeat-x;
+ background-color: #FFFFFF;
+ /* opera specific markup */
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ /* firefox specific markup */
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ /* webkit specific markup */
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+dl.reflist dt {
+ padding: 5px;
+}
+
+dl.reflist dd {
+ margin: 0px 0px 10px 0px;
+ padding: 5px;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+.paramname code {
+ line-height: 14px;
+}
+
+.params, .retval, .exception, .tparams {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+.params .paramname, .retval .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+table.mlabels {
+ border-spacing: 0px;
+}
+
+td.mlabels-left {
+ width: 100%;
+ padding: 0px;
+}
+
+td.mlabels-right {
+ vertical-align: bottom;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+span.mlabels {
+ margin-left: 8px;
+}
+
+span.mlabel {
+ background-color: #728DC1;
+ border-top:1px solid #5373B4;
+ border-left:1px solid #5373B4;
+ border-right:1px solid #C4CFE5;
+ border-bottom:1px solid #C4CFE5;
+ text-shadow: none;
+ color: white;
+ margin-right: 4px;
+ padding: 2px 3px;
+ border-radius: 3px;
+ font-size: 7pt;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+
+
+/* @end */
+
+/* these are for tree view inside a (index) page */
+
+div.directory {
+ margin: 10px 0px;
+ border-top: 1px solid #9CAFD4;
+ border-bottom: 1px solid #9CAFD4;
+ width: 100%;
+}
+
+.directory table {
+ border-collapse:collapse;
+}
+
+.directory td {
+ margin: 0px;
+ padding: 0px;
+ vertical-align: top;
+}
+
+.directory td.entry {
+ white-space: nowrap;
+ padding-right: 6px;
+ padding-top: 3px;
+}
+
+.directory td.entry a {
+ outline:none;
+}
+
+.directory td.entry a img {
+ border: none;
+}
+
+.directory td.desc {
+ width: 100%;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ border-left: 1px solid rgba(0,0,0,0.05);
+}
+
+.directory tr.even {
+ padding-left: 6px;
+ background-color: #F7F8FB;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+.directory .levels {
+ white-space: nowrap;
+ width: 100%;
+ text-align: right;
+ font-size: 9pt;
+}
+
+.directory .levels span {
+ cursor: pointer;
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #3D578C;
+}
+
+.arrow {
+ color: #9CAFD4;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #728DC1;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
+div.dynheader {
+ margin-top: 8px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+address {
+ font-style: normal;
+ color: #2A3D61;
+}
+
+table.doxtable caption {
+ caption-side: top;
+}
+
+table.doxtable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.doxtable td, table.doxtable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+table.fieldtable {
+ /*width: 100%;*/
+ margin-bottom: 10px;
+ border: 1px solid #A8B8D9;
+ border-spacing: 0px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+ padding: 3px 7px 2px;
+}
+
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+ white-space: nowrap;
+ border-right: 1px solid #A8B8D9;
+ border-bottom: 1px solid #A8B8D9;
+ vertical-align: top;
+}
+
+.fieldtable td.fieldname {
+ padding-top: 3px;
+}
+
+.fieldtable td.fielddoc {
+ border-bottom: 1px solid #A8B8D9;
+ /*width: 100%;*/
+}
+
+.fieldtable td.fielddoc p:first-child {
+ margin-top: 0px;
+}
+
+.fieldtable td.fielddoc p:last-child {
+ margin-bottom: 2px;
+}
+
+.fieldtable tr:last-child td {
+ border-bottom: none;
+}
+
+.fieldtable th {
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
+ font-size: 90%;
+ color: #253555;
+ padding-bottom: 4px;
+ padding-top: 5px;
+ text-align:left;
+ font-weight: 400;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom: 1px solid #A8B8D9;
+}
+
+
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ background-position: 0 -5px;
+ height:30px;
+ line-height:30px;
+ color:#8AA0CC;
+ border:solid 1px #C2CDE4;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+}
+
+.navpath li.navelem a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+ color: #283A5D;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+}
+
+.navpath li.navelem a:hover
+{
+ color:#6884BD;
+}
+
+.navpath li.footer
+{
+ list-style-type:none;
+ float:right;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+ font-size: 8pt;
+}
+
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+table.classindex
+{
+ margin: 10px;
+ white-space: nowrap;
+ margin-left: 3%;
+ margin-right: 3%;
+ width: 94%;
+ border: 0;
+ border-spacing: 0;
+ padding: 0;
+}
+
+div.ingroups
+{
+ font-size: 8pt;
+ width: 50%;
+ text-align: left;
+}
+
+div.ingroups a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #F9FAFC;
+ margin: 0px;
+ border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+
+dl
+{
+ padding: 0 0 0 10px;
+}
+
+/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
+dl.section
+{
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+dl.note
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #D0C000;
+}
+
+dl.warning, dl.attention
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #FF0000;
+}
+
+dl.pre, dl.post, dl.invariant
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00D000;
+}
+
+dl.deprecated
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #505050;
+}
+
+dl.todo
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #00C0E0;
+}
+
+dl.test
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #3030E0;
+}
+
+dl.bug
+{
+ margin-left:-7px;
+ padding-left: 3px;
+ border-left:4px solid;
+ border-color: #C08050;
+}
+
+dl.section dd {
+ margin-bottom: 6px;
+}
+
+
+#projectlogo
+{
+ text-align: center;
+ vertical-align: bottom;
+ border-collapse: separate;
+}
+
+#projectlogo img
+{
+ border: 0px none;
+}
+
+#projectalign
+{
+ vertical-align: middle;
+}
+
+#projectname
+{
+ font: 300% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 2px 0px;
+}
+
+#projectbrief
+{
+ font: 120% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#projectnumber
+{
+ font: 50% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#titlearea
+{
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-bottom: 1px solid #5373B4;
+}
+
+.image
+{
+ text-align: center;
+}
+
+.dotgraph
+{
+ text-align: center;
+}
+
+.mscgraph
+{
+ text-align: center;
+}
+
+.plantumlgraph
+{
+ text-align: center;
+}
+
+.diagraph
+{
+ text-align: center;
+}
+
+.caption
+{
+ font-weight: bold;
+}
+
+div.zoom
+{
+ border: 1px solid #90A5CE;
+}
+
+dl.citelist {
+ margin-bottom:50px;
+}
+
+dl.citelist dt {
+ color:#334975;
+ float:left;
+ font-weight:bold;
+ margin-right:10px;
+ padding:5px;
+}
+
+dl.citelist dd {
+ margin:2px 0;
+ padding:5px 0;
+}
+
+div.toc {
+ padding: 14px 25px;
+ background-color: #F4F6FA;
+ border: 1px solid #D8DFEE;
+ border-radius: 7px 7px 7px 7px;
+ float: right;
+ height: auto;
+ margin: 0 8px 10px 10px;
+ width: 200px;
+}
+
+div.toc li {
+ background: url("bdwn.png") no-repeat scroll 0 5px transparent;
+ font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ margin-top: 5px;
+ padding-left: 10px;
+ padding-top: 2px;
+}
+
+div.toc h3 {
+ font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ color: #4665A2;
+ border-bottom: 0 none;
+ margin: 0;
+}
+
+div.toc ul {
+ list-style: none outside none;
+ border: medium none;
+ padding: 0px;
+}
+
+div.toc li.level1 {
+ margin-left: 0px;
+}
+
+div.toc li.level2 {
+ margin-left: 15px;
+}
+
+div.toc li.level3 {
+ margin-left: 30px;
+}
+
+div.toc li.level4 {
+ margin-left: 45px;
+}
+
+.inherit_header {
+ font-weight: bold;
+ color: gray;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.inherit_header td {
+ padding: 6px 0px 2px 5px;
+}
+
+.inherit {
+ display: none;
+}
+
+tr.heading h2 {
+ margin-top: 12px;
+ margin-bottom: 4px;
+}
+
+/* tooltip related style info */
+
+.ttc {
+ position: absolute;
+ display: none;
+}
+
+#powerTip {
+ cursor: default;
+ white-space: nowrap;
+ background-color: white;
+ border: 1px solid gray;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 1px 1px 7px gray;
+ display: none;
+ font-size: smaller;
+ max-width: 80%;
+ opacity: 0.9;
+ padding: 1ex 1em 1em;
+ position: absolute;
+ z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+ color: grey;
+ font-style: italic;
+}
+
+#powerTip div.ttname a {
+ font-weight: bold;
+}
+
+#powerTip div.ttname {
+ font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+ color: #006318;
+}
+
+#powerTip div {
+ margin: 0px;
+ padding: 0px;
+ font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+ content: "";
+ position: absolute;
+ margin: 0px;
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.w:after, #powerTip.w:before,
+#powerTip.e:after, #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+}
+
+#powerTip.n:after, #powerTip.s:after,
+#powerTip.w:after, #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+ border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before, #powerTip.s:before,
+#powerTip.w:before, #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+ border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+ top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+ border-top-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+#powerTip.n:before {
+ border-top-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+ left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+ right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+ left: 14px;
+}
+
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+ border-bottom-color: #ffffff;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+ border-bottom-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+ left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+ right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+ left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+ left: 100%;
+}
+#powerTip.e:after {
+ border-left-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.e:before {
+ border-left-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+ right: 100%;
+}
+#powerTip.w:after {
+ border-right-color: #ffffff;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.w:before {
+ border-right-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+@media print
+{
+ #top { display: none; }
+ #side-nav { display: none; }
+ #nav-path { display: none; }
+ body { overflow:visible; }
+ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+ .summary { display: none; }
+ .memitem { page-break-inside: avoid; }
+ #doc-content
+ {
+ margin-left:0 !important;
+ height:auto !important;
+ width:auto !important;
+ overflow:inherit;
+ display:inline;
+ }
+}
+
+/* @group Markdown */
+
+/*
+table.markdownTable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.markdownTable td, table.markdownTable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.markdownTableHead tr {
+}
+
+table.markdownTableBodyLeft td, table.markdownTable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+th.markdownTableHeadLeft {
+ text-align: left
+}
+
+th.markdownTableHeadRight {
+ text-align: right
+}
+
+th.markdownTableHeadCenter {
+ text-align: center
+}
+*/
+
+table.markdownTable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.markdownTable td, table.markdownTable th {
+ border: 1px solid #2D4068;
+ padding: 3px 7px 2px;
+}
+
+table.markdownTable tr {
+}
+
+th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
+ background-color: #374F7F;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+th.markdownTableHeadLeft, td.markdownTableBodyLeft {
+ text-align: left
+}
+
+th.markdownTableHeadRight, td.markdownTableBodyRight {
+ text-align: right
+}
+
+th.markdownTableHeadCenter, td.markdownTableBodyCenter {
+ text-align: center
+}
+
+
+/* @end */
diff --git a/docs/html/doxygen.png b/docs/html/doxygen.png
new file mode 100644
index 00000000..3ff17d80
Binary files /dev/null and b/docs/html/doxygen.png differ
diff --git a/docs/html/dynsections.js b/docs/html/dynsections.js
new file mode 100644
index 00000000..85e18369
--- /dev/null
+++ b/docs/html/dynsections.js
@@ -0,0 +1,97 @@
+function toggleVisibility(linkObj)
+{
+ var base = $(linkObj).attr('id');
+ var summary = $('#'+base+'-summary');
+ var content = $('#'+base+'-content');
+ var trigger = $('#'+base+'-trigger');
+ var src=$(trigger).attr('src');
+ if (content.is(':visible')===true) {
+ content.hide();
+ summary.show();
+ $(linkObj).addClass('closed').removeClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
+ } else {
+ content.show();
+ summary.hide();
+ $(linkObj).removeClass('closed').addClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
+ }
+ return false;
+}
+
+function updateStripes()
+{
+ $('table.directory tr').
+ removeClass('even').filter(':visible:even').addClass('even');
+}
+
+function toggleLevel(level)
+{
+ $('table.directory tr').each(function() {
+ var l = this.id.split('_').length-1;
+ var i = $('#img'+this.id.substring(3));
+ var a = $('#arr'+this.id.substring(3));
+ if (l![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <stdexcept>#include <string>Go to the source code of this file.
++Classes | |
| class | cpp_redis::redis_error |
+Namespaces | |
| cpp_redis | |
+ 1.8.13
+
+
+
diff --git a/docs/html/error_8hpp_source.html b/docs/html/error_8hpp_source.html
new file mode 100644
index 00000000..6f6680f1
--- /dev/null
+++ b/docs/html/error_8hpp_source.html
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/error__builder_8hpp.html b/docs/html/error__builder_8hpp.html
new file mode 100644
index 00000000..2944d7ed
--- /dev/null
+++ b/docs/html/error__builder_8hpp.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <cpp_redis/builders/builder_iface.hpp>#include <cpp_redis/builders/simple_string_builder.hpp>#include <cpp_redis/core/reply.hpp>Go to the source code of this file.
++Classes | |
| class | cpp_redis::builders::error_builder |
+Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+ 1.8.13
+
+
+
diff --git a/docs/html/error__builder_8hpp_source.html b/docs/html/error__builder_8hpp_source.html
new file mode 100644
index 00000000..b8e8b997
--- /dev/null
+++ b/docs/html/error__builder_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/files.html b/docs/html/files.html
new file mode 100644
index 00000000..bdd58ead
--- /dev/null
+++ b/docs/html/files.html
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
| ▼ includes | |
| ▼ cpp_redis | |
| ▼ builders | |
| array_builder.hpp | |
| builder_iface.hpp | |
| builders_factory.hpp | |
| bulk_string_builder.hpp | |
| error_builder.hpp | |
| integer_builder.hpp | |
| reply_builder.hpp | |
| simple_string_builder.hpp | |
| ▼ core | |
| client.hpp | |
| reply.hpp | |
| sentinel.hpp | |
| subscriber.hpp | |
| ▼ helpers | |
| variadic_template.hpp | |
| ▼ impl | |
| client.ipp | |
| ▼ misc | |
| error.hpp | |
| logger.hpp | |
| ▼ network | |
| redis_connection.hpp | |
| tcp_client.hpp | |
| tcp_client_iface.hpp |
+ 1.8.13
+
+
+
diff --git a/docs/html/folderclosed.png b/docs/html/folderclosed.png
new file mode 100644
index 00000000..bb8ab35e
Binary files /dev/null and b/docs/html/folderclosed.png differ
diff --git a/docs/html/folderopen.png b/docs/html/folderopen.png
new file mode 100644
index 00000000..d6c7f676
Binary files /dev/null and b/docs/html/folderopen.png differ
diff --git a/docs/html/functions.html b/docs/html/functions.html
new file mode 100644
index 00000000..8139ca02
--- /dev/null
+++ b/docs/html/functions.html
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_0x7e.html b/docs/html/functions_0x7e.html
new file mode 100644
index 00000000..cd7ea895
--- /dev/null
+++ b/docs/html/functions_0x7e.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_b.html b/docs/html/functions_b.html
new file mode 100644
index 00000000..0eb30c7f
--- /dev/null
+++ b/docs/html/functions_b.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_c.html b/docs/html/functions_c.html
new file mode 100644
index 00000000..8aba44a4
--- /dev/null
+++ b/docs/html/functions_c.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_d.html b/docs/html/functions_d.html
new file mode 100644
index 00000000..e62119fc
--- /dev/null
+++ b/docs/html/functions_d.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_e.html b/docs/html/functions_e.html
new file mode 100644
index 00000000..265310f4
--- /dev/null
+++ b/docs/html/functions_e.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_enum.html b/docs/html/functions_enum.html
new file mode 100644
index 00000000..eeae200c
--- /dev/null
+++ b/docs/html/functions_enum.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_f.html b/docs/html/functions_f.html
new file mode 100644
index 00000000..2421c52a
--- /dev/null
+++ b/docs/html/functions_f.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func.html b/docs/html/functions_func.html
new file mode 100644
index 00000000..934b389e
--- /dev/null
+++ b/docs/html/functions_func.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_0x7e.html b/docs/html/functions_func_0x7e.html
new file mode 100644
index 00000000..20b0c34a
--- /dev/null
+++ b/docs/html/functions_func_0x7e.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_b.html b/docs/html/functions_func_b.html
new file mode 100644
index 00000000..00610968
--- /dev/null
+++ b/docs/html/functions_func_b.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_c.html b/docs/html/functions_func_c.html
new file mode 100644
index 00000000..1522479f
--- /dev/null
+++ b/docs/html/functions_func_c.html
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_d.html b/docs/html/functions_func_d.html
new file mode 100644
index 00000000..a6e12b36
--- /dev/null
+++ b/docs/html/functions_func_d.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_e.html b/docs/html/functions_func_e.html
new file mode 100644
index 00000000..4271e8cd
--- /dev/null
+++ b/docs/html/functions_func_e.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_f.html b/docs/html/functions_func_f.html
new file mode 100644
index 00000000..eb217d12
--- /dev/null
+++ b/docs/html/functions_func_f.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_g.html b/docs/html/functions_func_g.html
new file mode 100644
index 00000000..b9f8a80e
--- /dev/null
+++ b/docs/html/functions_func_g.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_h.html b/docs/html/functions_func_h.html
new file mode 100644
index 00000000..9ee93966
--- /dev/null
+++ b/docs/html/functions_func_h.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_i.html b/docs/html/functions_func_i.html
new file mode 100644
index 00000000..a55900ce
--- /dev/null
+++ b/docs/html/functions_func_i.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_k.html b/docs/html/functions_func_k.html
new file mode 100644
index 00000000..707c81e3
--- /dev/null
+++ b/docs/html/functions_func_k.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_l.html b/docs/html/functions_func_l.html
new file mode 100644
index 00000000..7adca114
--- /dev/null
+++ b/docs/html/functions_func_l.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_m.html b/docs/html/functions_func_m.html
new file mode 100644
index 00000000..e2069882
--- /dev/null
+++ b/docs/html/functions_func_m.html
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_o.html b/docs/html/functions_func_o.html
new file mode 100644
index 00000000..51edac4d
--- /dev/null
+++ b/docs/html/functions_func_o.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_p.html b/docs/html/functions_func_p.html
new file mode 100644
index 00000000..bf1d2c3f
--- /dev/null
+++ b/docs/html/functions_func_p.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_q.html b/docs/html/functions_func_q.html
new file mode 100644
index 00000000..cff63678
--- /dev/null
+++ b/docs/html/functions_func_q.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_r.html b/docs/html/functions_func_r.html
new file mode 100644
index 00000000..75302a3a
--- /dev/null
+++ b/docs/html/functions_func_r.html
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_s.html b/docs/html/functions_func_s.html
new file mode 100644
index 00000000..9785f605
--- /dev/null
+++ b/docs/html/functions_func_s.html
@@ -0,0 +1,222 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_t.html b/docs/html/functions_func_t.html
new file mode 100644
index 00000000..b9a8f59d
--- /dev/null
+++ b/docs/html/functions_func_t.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_u.html b/docs/html/functions_func_u.html
new file mode 100644
index 00000000..57126f1b
--- /dev/null
+++ b/docs/html/functions_func_u.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_w.html b/docs/html/functions_func_w.html
new file mode 100644
index 00000000..db344dea
--- /dev/null
+++ b/docs/html/functions_func_w.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_func_z.html b/docs/html/functions_func_z.html
new file mode 100644
index 00000000..91523bcd
--- /dev/null
+++ b/docs/html/functions_func_z.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_g.html b/docs/html/functions_g.html
new file mode 100644
index 00000000..3ab1162e
--- /dev/null
+++ b/docs/html/functions_g.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_h.html b/docs/html/functions_h.html
new file mode 100644
index 00000000..94936a38
--- /dev/null
+++ b/docs/html/functions_h.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_i.html b/docs/html/functions_i.html
new file mode 100644
index 00000000..15ded4c0
--- /dev/null
+++ b/docs/html/functions_i.html
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_k.html b/docs/html/functions_k.html
new file mode 100644
index 00000000..7e670ad4
--- /dev/null
+++ b/docs/html/functions_k.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_l.html b/docs/html/functions_l.html
new file mode 100644
index 00000000..c89d903c
--- /dev/null
+++ b/docs/html/functions_l.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_m.html b/docs/html/functions_m.html
new file mode 100644
index 00000000..2f71cd2b
--- /dev/null
+++ b/docs/html/functions_m.html
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_o.html b/docs/html/functions_o.html
new file mode 100644
index 00000000..b5c99410
--- /dev/null
+++ b/docs/html/functions_o.html
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_p.html b/docs/html/functions_p.html
new file mode 100644
index 00000000..163762a8
--- /dev/null
+++ b/docs/html/functions_p.html
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_q.html b/docs/html/functions_q.html
new file mode 100644
index 00000000..806ea5ff
--- /dev/null
+++ b/docs/html/functions_q.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_r.html b/docs/html/functions_r.html
new file mode 100644
index 00000000..0e9a18cf
--- /dev/null
+++ b/docs/html/functions_r.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_s.html b/docs/html/functions_s.html
new file mode 100644
index 00000000..b7b2208b
--- /dev/null
+++ b/docs/html/functions_s.html
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_t.html b/docs/html/functions_t.html
new file mode 100644
index 00000000..980eba0f
--- /dev/null
+++ b/docs/html/functions_t.html
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_type.html b/docs/html/functions_type.html
new file mode 100644
index 00000000..42074e38
--- /dev/null
+++ b/docs/html/functions_type.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_u.html b/docs/html/functions_u.html
new file mode 100644
index 00000000..aa639a17
--- /dev/null
+++ b/docs/html/functions_u.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_v.html b/docs/html/functions_v.html
new file mode 100644
index 00000000..4126d997
--- /dev/null
+++ b/docs/html/functions_v.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_vars.html b/docs/html/functions_vars.html
new file mode 100644
index 00000000..e2efbdcc
--- /dev/null
+++ b/docs/html/functions_vars.html
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_w.html b/docs/html/functions_w.html
new file mode 100644
index 00000000..95895c41
--- /dev/null
+++ b/docs/html/functions_w.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/functions_z.html b/docs/html/functions_z.html
new file mode 100644
index 00000000..424afd77
--- /dev/null
+++ b/docs/html/functions_z.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/globals.html b/docs/html/globals.html
new file mode 100644
index 00000000..59d4163b
--- /dev/null
+++ b/docs/html/globals.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/globals_defs.html b/docs/html/globals_defs.html
new file mode 100644
index 00000000..2b2a3139
--- /dev/null
+++ b/docs/html/globals_defs.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/globals_func.html b/docs/html/globals_func.html
new file mode 100644
index 00000000..371f71b5
--- /dev/null
+++ b/docs/html/globals_func.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html
new file mode 100644
index 00000000..40ba2228
--- /dev/null
+++ b/docs/html/hierarchy.html
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
| Ccpp_redis::helpers::back< T, Args > | |
| Ccpp_redis::helpers::back< T > | |
| ▼Ccpp_redis::builders::builder_iface | |
| Ccpp_redis::builders::array_builder | |
| Ccpp_redis::builders::bulk_string_builder | |
| Ccpp_redis::builders::error_builder | |
| Ccpp_redis::builders::integer_builder | |
| Ccpp_redis::builders::simple_string_builder | |
| Ccpp_redis::subscriber::callback_holder | |
| Ccpp_redis::client | |
| Ccpp_redis::client::command_request | |
| Ccpp_redis::helpers::front< T, Ts > | |
| Ccpp_redis::helpers::is_different_types< T, Args > | |
| Ccpp_redis::helpers::is_different_types< T1 > | |
| Ccpp_redis::helpers::is_type_present< T1, T2, Ts > | |
| Ccpp_redis::helpers::is_type_present< T1, T2 > | |
| ▼Ccpp_redis::logger_iface | |
| Ccpp_redis::logger | |
| Ccpp_redis::network::tcp_client_iface::read_request | |
| Ccpp_redis::network::tcp_client_iface::read_result | |
| Ccpp_redis::network::redis_connection | |
| Ccpp_redis::reply | |
| Ccpp_redis::builders::reply_builder | |
| ▼Cruntime_error | |
| Ccpp_redis::redis_error | |
| Ccpp_redis::sentinel | |
| Ccpp_redis::sentinel::sentinel_def | |
| Ccpp_redis::subscriber | |
| ▼Ccpp_redis::network::tcp_client_iface | |
| Ccpp_redis::network::tcp_client | |
| Ccpp_redis::network::tcp_client_iface::write_request | |
| Ccpp_redis::network::tcp_client_iface::write_result |
+ 1.8.13
+
+
+
diff --git a/docs/html/index.html b/docs/html/index.html
new file mode 100644
index 00000000..76e3ce95
--- /dev/null
+++ b/docs/html/index.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/integer__builder_8hpp.html b/docs/html/integer__builder_8hpp.html
new file mode 100644
index 00000000..5fff3ab1
--- /dev/null
+++ b/docs/html/integer__builder_8hpp.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
#include <cpp_redis/builders/builder_iface.hpp>#include <cpp_redis/core/reply.hpp>#include <stdint.h>Go to the source code of this file.
++Classes | |
| class | cpp_redis::builders::integer_builder |
+Namespaces | |
| cpp_redis | |
| cpp_redis::builders | |
+ 1.8.13
+
+
+
diff --git a/docs/html/integer__builder_8hpp_source.html b/docs/html/integer__builder_8hpp_source.html
new file mode 100644
index 00000000..eb84b0ed
--- /dev/null
+++ b/docs/html/integer__builder_8hpp_source.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+![]() |
+
+ cpp_redis
+ 4.0.0
+
+ cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
+ |
+
+ 1.8.13
+
+
+
diff --git a/docs/html/jquery.js b/docs/html/jquery.js
new file mode 100644
index 00000000..f5343eda
--- /dev/null
+++ b/docs/html/jquery.js
@@ -0,0 +1,87 @@
+/*!
+ * jQuery JavaScript Library v1.7.1
+ * http://jquery.com/
+ *
+ * Copyright 2011, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2011, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: Mon Nov 21 21:11:03 2011 -0500
+ */
+(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b4| t |