poco:: redis Introduction














































poco:: redis Introduction



Library: Redis

Package: Redis
Header: Poco/Redis/Command.h


Redis is basically a C++ library that helps boost the performance of your website. This happens by its ability to return data to customers with very high speed. It helps in session maintenance and caching the data because of which customer gets the response quickly by increasing the overall performance of the program. Redis has various classes such as Array, Client, Command, Error and many more about which we will learn in the next few articles. You can get the overview here.


Class name

Description

Array

Represents a Redis Array.

AsyncReader

Wrapper around a Redis client to read messages asynchronously

Client

Represents a connection to a Redis server.

Command

Helper class for creating commands.

Error

Represent a Redis error.

PooledConnection

Helper class for borrowing and returning a connection automatically from a pool.

RedisEventArgs

Event arguments for AsyncReader events.

RedisInputStream

An input stream for reading from a Redis server.

RedisOutputStream

An output stream for writing to a Redis server.

Type

Template class for all Redis types.


Comments