tporadowski / redis

Native port of Redis for Windows. 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, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
http://redis.io
Other
8.9k stars 1.09k forks source link

Fix include path #66

Closed paviad closed 4 years ago

paviad commented 4 years ago

Typo in include path, forgot a semicolon ; between path elements.

tporadowski commented 4 years ago

I believe this can be closed as it's part of #65 ?

paviad commented 4 years ago

Yes but this can be merged, the other needs careful thought

tporadowski commented 4 years ago

Ah, this is for Win32 configuration, ok! Will merge it, but eventually this should be probably removed altogether at some point.