336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets,sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.
1. Windows 용 redis
https://github.com/dmajkic/redis/downloads
2. execute redis-server.exe
3. execute redis-cli.exe
'Programming > Redis' 카테고리의 다른 글
Redis Client Connect Test (0) | 2016.10.26 |
---|---|
Hiredis Subscribe/Publish with CWinThread (0) | 2016.10.05 |
How to use Pub/sub with hiredis in C++? (0) | 2016.09.29 |
hiredis fatal error C1853: (0) | 2016.09.29 |
hiredis MFC import Visual Studio 2013 (0) | 2016.09.28 |