Skip to content
Media 0 for listing UPRedis/RedisClient

Description

If you need the UE4.27 version of the plugin, please send a screenshot of your purchase to my email address after purchase and I will send you the UE4.27 version of the plugin.

Email: huangdada2895@outlook.com

  • Connect:Connecting to Redis Server
  • Key:The Redis key command is used to manage Redis keys.
  • String:The commands related to Redis string data types are used to manage Redis string values.
  • Hash:Redis hash is a mapping table of string type fields and values, making it particularly suitable for storing objects.
  • List:The Redis list is a simple list of strings sorted in insertion order.
  • Set:Redis' Set is an unordered set of type String.
  • SortedSet:Redis ordered collections, like collections, are also collections of string type elements and do not allow duplicate members.
  • Pub/Sub:Redis publish subscribe (pub/sub) is a message communication mode: the sender (pub) sends messages, and the subscriber (sub) receives messages.
  • Stream:Redis Stream is a newly added data structure in Redis 5.0 version.

Included formats

  • logo of Unreal Engine format