Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 565 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 565 Bytes

mysql4redis

Note: Testes on Mysql 8 and Mysql 9.

The mysql udf for redis.

I found this mysql2redis which already removed dependencies apr, but it still have some problem and cannot compile with MySQL 5.6 so I rewrite it.

hiredis:https://github.com/redis/hiredis

In Debian, maybe you have to install below library:

apt-get install -y intltool libtool m4 automake build-essential libmysqlclient-dev libssl-dev

./autogen.sh

./configure --prefix=/opt/

make && make install