Nathan Alder добавил(а) новый ресурс:
SDRedis Plugin - Какието базы
Узнать больше об этом ресурсе...
SDRedis Plugin - Какието базы
The SDRedis is a plugin for UE4 that allows your projects to interact with the redis database, it's usually used for dedicated game servers. You just need to simply initialize the redis connection and use it.
What's redis
Redis is an open source (BSD licensed), in-memory data structure store that is used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes...
Узнать больше об этом ресурсе...