Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 646730 Details for
Bug 877610
F18 distributes old legacy redis 2.4.x while the upstream stable redis is 2.6.x
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
redis.conf patch for 2.6.4 based on the current patch from 2.4.x from package repo
redis-2.6.4-redis.conf.patch (text/plain), 1.46 KB, created by
Chida
on 2012-11-17 09:36:21 UTC
(
hide
)
Description:
redis.conf patch for 2.6.4 based on the current patch from 2.4.x from package repo
Filename:
MIME Type:
Creator:
Chida
Created:
2012-11-17 09:36:21 UTC
Size:
1.46 KB
patch
obsolete
>--- redis.conf.orig 2012-11-08 23:17:58.000000000 +0530 >+++ redis.conf 2012-11-17 14:32:10.902113416 +0530 >@@ -18,7 +18,7 @@ > > # When running daemonized, Redis writes a pid file in /var/run/redis.pid by > # default. You can specify a custom pid file location here. >-pidfile /var/run/redis.pid >+pidfile /var/run/redis/redis.pid > > # Accept connections on the specified port, default is 6379. > # If port 0 is specified Redis will not listen on a TCP socket. >@@ -27,7 +27,7 @@ > # If you want you can bind a single interface, if the bind option is not > # specified all the interfaces will listen for incoming connections. > # >-# bind 127.0.0.1 >+bind 127.0.0.1 > > # Specify the path for the unix socket that will be used to listen for > # incoming connections. There is no default, so Redis will not listen >@@ -50,7 +50,7 @@ > # Specify the log file name. Also 'stdout' can be used to force > # Redis to log on the standard output. Note that if you use standard > # output for logging but daemonize, logs will be sent to /dev/null >-logfile stdout >+logfile /var/log/redis/redis.log > > # To enable logging to the system logger, just set 'syslog-enabled' to yes, > # and optionally update the other syslog parameters to suit your needs. >@@ -134,7 +134,7 @@ > # Also the Append Only File will be created inside this directory. > # > # Note that you must specify a directory here, not a file name. >-dir ./ >+dir /var/lib/redis/ > > ################################# REPLICATION ################################# >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 877610
:
646729
| 646730