1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/luzhong-redis

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
INSTALL 652 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Pedro Melo Отправлено 13.09.2010 19:09 e138650
To compile Redis, do the following:
cd src; make
The compilation will produce a redis-server binary.
To install Redis, use
make install
and all the binaries will be installed on /usr/local/bin.
Alternatively:
make PREFIX=/some/other/directory
to have the binaries in /some/other/directory/bin.
Run the server using the following command line:
/path/to/redis-server
This will start a Redis server with the default configuration.
Otherwise if you want to provide your configuration use:
/path/to/redis-server /path/to/redis.conf
You can find an example redis.conf file in the root directory
of this source distribution.

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/luzhong-redis.git
git@api.gitlife.ru:oschina-mirror/luzhong-redis.git
oschina-mirror
luzhong-redis
luzhong-redis
master