kstyrc / embedded-redis

Redis embedded server for Java integration testing
840 stars 368 forks source link

Add Unix 32-bit redis binary #62

Closed stianl closed 8 years ago

stianl commented 8 years ago

This module (and any projects that depends on this) will fail on 32 bit variants of linux since there is only a 64-bit binary supplied:

Running redis.embedded.RedisClusterTest
/tmp/1445262640062-0/redis-server-2.8.19: 1: /tmp/1445262640062-0/redis-server-2.8.19: ELF: not found
/tmp/1445262640062-0/redis-server-2.8.19: 2: /tmp/1445262640062-0/redis-server-2.8.19: Syntax error: word unexpected (expecting ")")
kstyrc commented 8 years ago

Looks good, I only cannot verify the binary. Thanks for contribution, gonna include that in the next release this week.