mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
deps
hiredis
jemalloc
bin
jemalloc.sh.in
pprof
doc
include
src
test
.gitignore
COPYING
ChangeLog
INSTALL
Makefile.in
README
VERSION
autogen.sh
config.guess
config.stamp.in
config.sub
configure
configure.ac
install-sh
linenoise
lua
Makefile
src
tests
utils
.gitignore
00-RELEASENOTES
BUGS
CONTRIBUTING
COPYING
INSTALL
MANIFESTO
Makefile
README
redis.conf
runtest
sentinel.conf
10 lines
151 B
Bash
10 lines
151 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
|
||
|
@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SOREV@
|
||
|
export @LD_PRELOAD_VAR@
|
||
|
exec "$@"
|