microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

How do I use the async API with libevent? #601

Open caoyudeng opened 6 years ago

caoyudeng commented 6 years ago
  1. win32_interop.lib and ws2_32.lib conflict.
  2. error LNK2019: unresolved external symbol "aeWait"
  3. error LNK2019: unresolved external symbol "listAddNodeTail"