commit:权限模块新增分配详情功能

This commit is contained in:
Jerry
2020-11-21 11:32:26 +08:00
parent ae7359230d
commit 5cdf9b7115
603 changed files with 7514 additions and 2249 deletions

View File

@@ -0,0 +1,31 @@
1:C 20 Nov 19:27:57.825 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 20 Nov 19:27:57.891 # Redis version=4.0.14, bits=64, commit=00000000, modified=0, pid=1, just started
1:C 20 Nov 19:27:57.896 # Configuration loaded
_._
_.-``__ ''-._
_.-`` `. `_. ''-._ Redis 4.0.14 (00000000/0) 64 bit
.-`` .-```. ```\/ _.,_ ''-._
( ' , .-` | `, ) Running in standalone mode
|`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
| `-._ `._ / _.-' | PID: 1
`-._ `-._ `-./ _.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' | http://redis.io
`-._ `-._`-.__.-'_.-' _.-'
|`-._`-._ `-.__.-' _.-'_.-'|
| `-._`-._ _.-'_.-' |
`-._ `-._`-.__.-'_.-' _.-'
`-._ `-.__.-' _.-'
`-._ _.-'
`-.__.-'
1:M 20 Nov 19:27:57.916 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 20 Nov 19:27:57.924 # Server initialized
1:M 20 Nov 19:27:57.931 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
1:M 20 Nov 19:27:57.941 * Ready to accept connections
1:signal-handler (1605876441) Received SIGTERM scheduling shutdown...
1:M 20 Nov 20:47:21.917 # User requested shutdown...
1:M 20 Nov 20:47:21.920 * Saving the final RDB snapshot before exiting.
1:M 20 Nov 20:47:21.927 * DB saved on disk
1:M 20 Nov 20:47:21.931 * Removing the pid file.
1:M 20 Nov 20:47:21.934 # Redis is now ready to exit, bye bye...