Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5697f4f8
Commit
5697f4f8
authored
May 23, 2014
by
antirez
Browse files
Document log format change in 3.0 Changelog.
parent
90bbf115
Changes
1
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
5697f4f8
...
@@ -166,7 +166,13 @@ Migrating from 2.8 to 3.0
...
@@ -166,7 +166,13 @@ Migrating from 2.8 to 3.0
=========================
=========================
Redis
3.0
is
mostly
a
strict
subset
of
2.8
,
you
should
not
have
any
problem
Redis
3.0
is
mostly
a
strict
subset
of
2.8
,
you
should
not
have
any
problem
upgrading
your
application
from
2.8
to
3.0
.
upgrading
your
application
from
2.8
to
3.0
.
However
this
is
a
lost
of
small
non
-
backward
compatible
changes
introduced
in
the
3.0
release
:
*
The
log
format
was
modified
.
The
prefix
of
each
line
included
the
pid
in
the
following
format
[
1234
].
Now
instead
it
is
1234
:?
Where
'?'
is
actually
the
role
of
the
instance
.
M
for
master
,
S
for
slave
,
C
if
this
process
is
a
saving
child
(
for
RDB
/
AOF
),
and
X
for
Sentinel
.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment