RedisOperator

WanWanHa - Code Plugins - Oct 16, 2024
Not Yet Rated

Operations for Redis, easy to use with both blueprint and C++

  • Supported Platforms
  • Supported Engine Versions
    5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

1: Asynchronous multi-threaded operation of Redis, high efficiency, will not block the main thread

2: Simple interface, easy to use

3: Not only supports common SET/GET/AUTH commands, but also supports PUBLISH/PUBLISH, etc.

4:do these operations at the same time without any block


1:异步多线程方式操作Redis, 效率高,不会阻塞主线程

2:接口简单, 容易使用

3:不仅仅支持常用 SET/GET/AUTH 命令,也支持 SUBSCRIBE/PUBLISH 等等

4:同时支持这些命令支持,不阻塞

Technical Details

Features:

  •  Asynchronous multi-threaded operation of Redis, high efficiency, will not block the main thread
  •  Simple interface, easy to use
  •  Not only supports common SET/GET/AUTH commands, but also supports PUBLISH/PUBLISH, etc.commands, but also supports PUBLISH/PUBLISH, etc.
  • do these operations at the same time without any block

Code Modules: Runtime

  •  RedisOperator

Number of Blueprints: 1

Number of C++ Classes: 2

Supported Development Platforms: (Win64)

Supported Target Build Platforms: (Win64)

Documentation: Link (or a description of where users can find) the documentation

Example Project: (LINK DEMO)

Important/Additional Notes: Introduction Link

Video Tutorial:LINK B站LINK