Skip to content

hacrot3000/mysql4redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The mysql udf for redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.2%
  • PHP 8.6%
  • C++ 8.3%
  • Other 0.9%