enju_leaf 1.1.0.rc14 → 1.1.0.rc15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/enju_leaf.js +0 -1
- data/app/assets/stylesheets/enju.css +5 -2
- data/app/assets/stylesheets/images/ajax-loader.gif +0 -0
- data/app/assets/stylesheets/images/border.png +0 -0
- data/app/assets/stylesheets/images/controls.png +0 -0
- data/app/assets/stylesheets/images/icons-18-black.png +0 -0
- data/app/assets/stylesheets/images/icons-18-white.png +0 -0
- data/app/assets/stylesheets/images/icons-36-black.png +0 -0
- data/app/assets/stylesheets/images/icons-36-white.png +0 -0
- data/app/assets/stylesheets/images/loading.gif +0 -0
- data/app/assets/stylesheets/images/loading_background.png +0 -0
- data/app/assets/stylesheets/images/overlay.png +0 -0
- data/app/assets/stylesheets/images/spinner_bar.gif +0 -0
- data/app/assets/stylesheets/pagination.css +2 -2
- data/app/controllers/page_controller.rb +6 -2
- data/app/controllers/user_import_results_controller.rb +1 -0
- data/app/mailers/notifier.rb +3 -3
- data/app/models/enju_leaf/ability.rb +3 -3
- data/app/models/profile.rb +3 -1
- data/app/models/role.rb +9 -3
- data/app/models/user_export_file.rb +2 -1
- data/app/models/user_group.rb +2 -2
- data/app/models/user_has_role.rb +2 -2
- data/app/models/user_import_file.rb +19 -17
- data/app/models/user_import_result.rb +3 -3
- data/app/views/page/_include.html.erb +40 -0
- data/app/views/page/_menu.html.erb +6 -3
- data/app/views/page/configuration.html.erb +1 -1
- data/app/views/page/{opensearch.builder → opensearch.xml.builder} +4 -4
- data/app/views/page/statistics.html.erb +2 -2
- data/app/views/user_import_results/show.html.erb +1 -1
- data/config/locales/translation_en.yml +2 -1
- data/config/locales/translation_ja.yml +3 -1
- data/lib/enju_leaf/master_model.rb +3 -3
- data/lib/enju_leaf/user.rb +6 -5
- data/lib/enju_leaf/version.rb +1 -1
- data/lib/enju_leaf.rb +11 -7
- data/lib/generators/enju_leaf/quick_install/quick_install_generator.rb +11 -11
- data/lib/generators/enju_leaf/setup/setup_generator.rb +21 -14
- data/lib/generators/enju_leaf/setup/templates/db/seeds.rb +5 -1
- data/lib/tasks/enju_leaf_tasks.rake +7 -11
- data/spec/controllers/my_accounts_controller_spec.rb +2 -2
- data/spec/controllers/page_controller_spec.rb +2 -2
- data/spec/dummy/config/application.rb +1 -1
- data/spec/dummy/config/boot.rb +2 -2
- data/spec/dummy/config/initializers/friendly_id.rb +90 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/090_create_search_histories.rb +31 -0
- data/spec/dummy/db/migrate/20100623173800_rename_search_history_version_to_sru_version.rb +9 -0
- data/spec/dummy/db/migrate/20110627035057_create_series_statement_merges.rb +1 -1
- data/spec/dummy/db/migrate/20140823094847_add_dimensions_to_manifestation.rb +5 -0
- data/spec/dummy/db/migrate/20140823095740_rename_manifestation_periodical_to_serial.rb +9 -0
- data/spec/dummy/db/schema.rb +29 -2
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140820-9103-mfcugd.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140822-13160-wz7o56.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140824-39018-fw3fdj.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140828-69043-tbwoqv.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140915-22971-1jmyywh.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140915-23153-j4x3ru.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140915-67244-1uo8pkb.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-80298-14af9pc.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-80450-1qhv5cf.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-80529-1hahtrn.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-80725-tqmhnv.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-81018-wl1hgj.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-81246-wll5s.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-81371-8uz50r.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140922-84122-1u96hw6.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20140926-7716-bbs13d.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141002-57000-yu6qop.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141002-57206-2j8sg2.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141002-57328-p8lryh.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141002-57609-1j3dd67.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/003/original/user_export_file_20141003-78097-dw5i2k.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140820-9103-tuuox.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140822-13160-17b5dbh.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140824-39018-o12xa4.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140915-22971-d4ul8o.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140915-23153-1qmzqi6.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140915-67244-1ps1qsi.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-80298-121rh7h.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-80450-wdetsg.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-80529-lmet02.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-80725-1l6tliy.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-81018-azm74f.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-81246-1rjpksn.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-81371-aroaof.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140922-84122-7d6kls.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20140926-7716-1nap0l.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141002-57000-3nb1bj.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141002-57206-197ca0p.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141002-57328-1kra77f.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141002-57609-iymry0.txt +8 -0
- data/spec/dummy/public/system/user_export_files/user_exports/000/000/004/original/user_export_file_20141003-78097-1ocngi2.txt +8 -0
- data/spec/dummy/solr/default/data/index/_7b.fdt +0 -0
- data/spec/dummy/solr/default/data/index/{_5b.fdx → _7b.fdx} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b.fnm → _7b.fnm} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b.nvd → _7b.nvd} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b.nvm → _7b.nvm} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b.si → _7b.si} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b_Lucene41_0.doc → _7b_Lucene41_0.doc} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b_Lucene41_0.pos → _7b_Lucene41_0.pos} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b_Lucene41_0.tim → _7b_Lucene41_0.tim} +0 -0
- data/spec/dummy/solr/default/data/index/{_5b_Lucene41_0.tip → _7b_Lucene41_0.tip} +0 -0
- data/spec/dummy/solr/default/data/index/segments.gen +0 -0
- data/spec/dummy/solr/default/data/index/segments_ev +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000524 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000525 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000526 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000527 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000528 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000529 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000530 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000531 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000532 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000533 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1b984bdbd3204a51a82d0e01a1569e2d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/62899096da1a3e67660f3b88068be8c9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/65b2e4f67eab21b30217e29075f433b2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/87d24a3f43f175d4d17babe9203c79a7 +0 -0
- data/spec/dummy/tmp/cache/stdout +898 -0
- data/spec/dummy/tmp/pids/redis-test.pid +1 -1
- data/spec/fixtures/library_groups.yml +3 -3
- data/spec/fixtures/manifestations.yml +5 -6
- data/spec/fixtures/roles.yml +4 -0
- data/spec/fixtures/users.yml +1 -1
- data/spec/views/page/about.html.erb_spec.rb +19 -0
- data/spec/views/page/advanced_search.html.erb_spec.rb +20 -0
- data/spec/views/page/configuration.html.erb_spec.rb +19 -0
- data/spec/views/page/export.html.erb_spec.rb +19 -0
- data/spec/views/page/import.html.erb_spec.rb +19 -0
- data/spec/views/page/index.html.erb_spec.rb +20 -0
- data/spec/views/page/opensearch.xml.builder_spec.rb +20 -0
- data/spec/views/page/statistics.html.erb_spec.rb +20 -0
- data/spec/views/profiles/edit.html.erb_spec.rb +1 -1
- data/spec/views/profiles/index.html.erb_spec.rb +2 -2
- data/spec/views/profiles/new.html.erb_spec.rb +1 -1
- data/spec/views/profiles/show.html.erb_spec.rb +1 -1
- metadata +185 -76
- data/app/assets/images/ie6/borderBottomCenter.png +0 -0
- data/app/assets/images/ie6/borderBottomLeft.png +0 -0
- data/app/assets/images/ie6/borderBottomRight.png +0 -0
- data/app/assets/images/ie6/borderMiddleLeft.png +0 -0
- data/app/assets/images/ie6/borderMiddleRight.png +0 -0
- data/app/assets/images/ie6/borderTopCenter.png +0 -0
- data/app/assets/images/ie6/borderTopLeft.png +0 -0
- data/app/assets/images/ie6/borderTopRight.png +0 -0
- data/spec/dummy/solr/default/data/index/_5b.fdt +0 -0
- data/spec/dummy/solr/default/data/index/segments_av +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000380 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000381 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000382 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000383 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000384 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000385 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000386 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000387 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000388 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000389 +0 -0
- data/spec/fixtures/extents.yml +0 -29
data/spec/dummy/tmp/cache/stdout
CHANGED
@@ -753,3 +753,901 @@
|
|
753
753
|
[82483] 18 Aug 22:51:23.048 # Server started, Redis version 2.8.13
|
754
754
|
[82483] 18 Aug 22:51:23.048 * The server is now ready to accept connections on port 9736
|
755
755
|
[82483] 18 Aug 22:51:23.049 - 0 clients connected (0 slaves), 952944 bytes in use
|
756
|
+
[8666] 20 Aug 00:43:43.928 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
757
|
+
_._
|
758
|
+
_.-``__ ''-._
|
759
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
760
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
761
|
+
( ' , .-` | `, ) Running in stand alone mode
|
762
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
763
|
+
| `-._ `._ / _.-' | PID: 8666
|
764
|
+
`-._ `-._ `-./ _.-' _.-'
|
765
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
766
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
767
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
768
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
769
|
+
| `-._`-._ _.-'_.-' |
|
770
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
771
|
+
`-._ `-.__.-' _.-'
|
772
|
+
`-._ _.-'
|
773
|
+
`-.__.-'
|
774
|
+
|
775
|
+
[8666] 20 Aug 00:43:43.985 # Server started, Redis version 2.8.13
|
776
|
+
[8666] 20 Aug 00:43:43.986 * The server is now ready to accept connections on port 9736
|
777
|
+
[8666] 20 Aug 00:43:44.977 - 0 clients connected (0 slaves), 952944 bytes in use
|
778
|
+
[8723] 20 Aug 00:44:18.761 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
779
|
+
_._
|
780
|
+
_.-``__ ''-._
|
781
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
782
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
783
|
+
( ' , .-` | `, ) Running in stand alone mode
|
784
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
785
|
+
| `-._ `._ / _.-' | PID: 8723
|
786
|
+
`-._ `-._ `-./ _.-' _.-'
|
787
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
788
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
789
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
790
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
791
|
+
| `-._`-._ _.-'_.-' |
|
792
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
793
|
+
`-._ `-.__.-' _.-'
|
794
|
+
`-._ _.-'
|
795
|
+
`-.__.-'
|
796
|
+
|
797
|
+
[8723] 20 Aug 00:44:18.764 # Server started, Redis version 2.8.13
|
798
|
+
[8723] 20 Aug 00:44:18.764 * The server is now ready to accept connections on port 9736
|
799
|
+
[8723] 20 Aug 00:44:19.763 - 0 clients connected (0 slaves), 952944 bytes in use
|
800
|
+
[8805] 20 Aug 00:45:11.165 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
801
|
+
_._
|
802
|
+
_.-``__ ''-._
|
803
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
804
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
805
|
+
( ' , .-` | `, ) Running in stand alone mode
|
806
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
807
|
+
| `-._ `._ / _.-' | PID: 8805
|
808
|
+
`-._ `-._ `-./ _.-' _.-'
|
809
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
810
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
811
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
812
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
813
|
+
| `-._`-._ _.-'_.-' |
|
814
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
815
|
+
`-._ `-.__.-' _.-'
|
816
|
+
`-._ _.-'
|
817
|
+
`-.__.-'
|
818
|
+
|
819
|
+
[8805] 20 Aug 00:45:11.167 # Server started, Redis version 2.8.13
|
820
|
+
[8805] 20 Aug 00:45:11.168 * The server is now ready to accept connections on port 9736
|
821
|
+
[8805] 20 Aug 00:45:12.167 - 0 clients connected (0 slaves), 952944 bytes in use
|
822
|
+
[8950] 20 Aug 00:46:34.924 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
823
|
+
_._
|
824
|
+
_.-``__ ''-._
|
825
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
826
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
827
|
+
( ' , .-` | `, ) Running in stand alone mode
|
828
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
829
|
+
| `-._ `._ / _.-' | PID: 8950
|
830
|
+
`-._ `-._ `-./ _.-' _.-'
|
831
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
832
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
833
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
834
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
835
|
+
| `-._`-._ _.-'_.-' |
|
836
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
837
|
+
`-._ `-.__.-' _.-'
|
838
|
+
`-._ _.-'
|
839
|
+
`-.__.-'
|
840
|
+
|
841
|
+
[8950] 20 Aug 00:46:34.925 # Server started, Redis version 2.8.13
|
842
|
+
[8950] 20 Aug 00:46:34.926 * The server is now ready to accept connections on port 9736
|
843
|
+
[8950] 20 Aug 00:46:34.926 - 0 clients connected (0 slaves), 952944 bytes in use
|
844
|
+
[9107] 20 Aug 00:47:56.626 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
845
|
+
_._
|
846
|
+
_.-``__ ''-._
|
847
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
848
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
849
|
+
( ' , .-` | `, ) Running in stand alone mode
|
850
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
851
|
+
| `-._ `._ / _.-' | PID: 9107
|
852
|
+
`-._ `-._ `-./ _.-' _.-'
|
853
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
854
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
855
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
856
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
857
|
+
| `-._`-._ _.-'_.-' |
|
858
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
859
|
+
`-._ `-.__.-' _.-'
|
860
|
+
`-._ _.-'
|
861
|
+
`-.__.-'
|
862
|
+
|
863
|
+
[9107] 20 Aug 00:47:56.628 # Server started, Redis version 2.8.13
|
864
|
+
[9107] 20 Aug 00:47:56.629 * The server is now ready to accept connections on port 9736
|
865
|
+
[9107] 20 Aug 00:47:56.629 - 0 clients connected (0 slaves), 952944 bytes in use
|
866
|
+
[9107] 20 Aug 00:48:01.657 - 0 clients connected (0 slaves), 952944 bytes in use
|
867
|
+
[9107] 20 Aug 00:48:06.690 - 0 clients connected (0 slaves), 952944 bytes in use
|
868
|
+
[9107] 20 Aug 00:48:08.660 - Accepted 127.0.0.1:56939
|
869
|
+
[9107] 20 Aug 00:48:11.722 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
870
|
+
[9107] 20 Aug 00:48:11.723 - 1 clients connected (0 slaves), 970736 bytes in use
|
871
|
+
[9107] 20 Aug 00:48:16.755 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
872
|
+
[9107] 20 Aug 00:48:16.755 - 1 clients connected (0 slaves), 970736 bytes in use
|
873
|
+
[9422] 20 Aug 00:52:16.028 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
874
|
+
_._
|
875
|
+
_.-``__ ''-._
|
876
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
877
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
878
|
+
( ' , .-` | `, ) Running in stand alone mode
|
879
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
880
|
+
| `-._ `._ / _.-' | PID: 9422
|
881
|
+
`-._ `-._ `-./ _.-' _.-'
|
882
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
883
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
884
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
885
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
886
|
+
| `-._`-._ _.-'_.-' |
|
887
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
888
|
+
`-._ `-.__.-' _.-'
|
889
|
+
`-._ _.-'
|
890
|
+
`-.__.-'
|
891
|
+
|
892
|
+
[9422] 20 Aug 00:52:16.031 # Server started, Redis version 2.8.13
|
893
|
+
[9422] 20 Aug 00:52:16.031 * The server is now ready to accept connections on port 9736
|
894
|
+
[9422] 20 Aug 00:52:16.031 - 0 clients connected (0 slaves), 952944 bytes in use
|
895
|
+
[9649] 20 Aug 00:54:00.253 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
896
|
+
_._
|
897
|
+
_.-``__ ''-._
|
898
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
899
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
900
|
+
( ' , .-` | `, ) Running in stand alone mode
|
901
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
902
|
+
| `-._ `._ / _.-' | PID: 9649
|
903
|
+
`-._ `-._ `-./ _.-' _.-'
|
904
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
905
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
906
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
907
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
908
|
+
| `-._`-._ _.-'_.-' |
|
909
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
910
|
+
`-._ `-.__.-' _.-'
|
911
|
+
`-._ _.-'
|
912
|
+
`-.__.-'
|
913
|
+
|
914
|
+
[9649] 20 Aug 00:54:00.255 # Server started, Redis version 2.8.13
|
915
|
+
[9649] 20 Aug 00:54:00.255 * The server is now ready to accept connections on port 9736
|
916
|
+
[9649] 20 Aug 00:54:00.255 - 0 clients connected (0 slaves), 952944 bytes in use
|
917
|
+
[9748] 20 Aug 00:54:36.630 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
918
|
+
_._
|
919
|
+
_.-``__ ''-._
|
920
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
921
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
922
|
+
( ' , .-` | `, ) Running in stand alone mode
|
923
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
924
|
+
| `-._ `._ / _.-' | PID: 9748
|
925
|
+
`-._ `-._ `-./ _.-' _.-'
|
926
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
927
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
928
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
929
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
930
|
+
| `-._`-._ _.-'_.-' |
|
931
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
932
|
+
`-._ `-.__.-' _.-'
|
933
|
+
`-._ _.-'
|
934
|
+
`-.__.-'
|
935
|
+
|
936
|
+
[9748] 20 Aug 00:54:36.632 # Server started, Redis version 2.8.13
|
937
|
+
[9748] 20 Aug 00:54:36.632 * The server is now ready to accept connections on port 9736
|
938
|
+
[9748] 20 Aug 00:54:36.632 - 0 clients connected (0 slaves), 952944 bytes in use
|
939
|
+
[9802] 20 Aug 00:54:58.024 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
940
|
+
_._
|
941
|
+
_.-``__ ''-._
|
942
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
943
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
944
|
+
( ' , .-` | `, ) Running in stand alone mode
|
945
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
946
|
+
| `-._ `._ / _.-' | PID: 9802
|
947
|
+
`-._ `-._ `-./ _.-' _.-'
|
948
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
949
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
950
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
951
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
952
|
+
| `-._`-._ _.-'_.-' |
|
953
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
954
|
+
`-._ `-.__.-' _.-'
|
955
|
+
`-._ _.-'
|
956
|
+
`-.__.-'
|
957
|
+
|
958
|
+
[9802] 20 Aug 00:54:58.026 # Server started, Redis version 2.8.13
|
959
|
+
[9802] 20 Aug 00:54:58.026 * The server is now ready to accept connections on port 9736
|
960
|
+
[9802] 20 Aug 00:54:58.026 - 0 clients connected (0 slaves), 952944 bytes in use
|
961
|
+
[9857] 20 Aug 00:56:01.183 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
962
|
+
_._
|
963
|
+
_.-``__ ''-._
|
964
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
965
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
966
|
+
( ' , .-` | `, ) Running in stand alone mode
|
967
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
968
|
+
| `-._ `._ / _.-' | PID: 9857
|
969
|
+
`-._ `-._ `-./ _.-' _.-'
|
970
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
971
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
972
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
973
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
974
|
+
| `-._`-._ _.-'_.-' |
|
975
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
976
|
+
`-._ `-.__.-' _.-'
|
977
|
+
`-._ _.-'
|
978
|
+
`-.__.-'
|
979
|
+
|
980
|
+
[9857] 20 Aug 00:56:01.185 # Server started, Redis version 2.8.13
|
981
|
+
[9857] 20 Aug 00:56:01.185 * The server is now ready to accept connections on port 9736
|
982
|
+
[9857] 20 Aug 00:56:01.185 - 0 clients connected (0 slaves), 952944 bytes in use
|
983
|
+
[9903] 20 Aug 00:56:35.729 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
984
|
+
_._
|
985
|
+
_.-``__ ''-._
|
986
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
987
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
988
|
+
( ' , .-` | `, ) Running in stand alone mode
|
989
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
990
|
+
| `-._ `._ / _.-' | PID: 9903
|
991
|
+
`-._ `-._ `-./ _.-' _.-'
|
992
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
993
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
994
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
995
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
996
|
+
| `-._`-._ _.-'_.-' |
|
997
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
998
|
+
`-._ `-.__.-' _.-'
|
999
|
+
`-._ _.-'
|
1000
|
+
`-.__.-'
|
1001
|
+
|
1002
|
+
[9903] 20 Aug 00:56:35.730 # Server started, Redis version 2.8.13
|
1003
|
+
[9903] 20 Aug 00:56:35.730 * The server is now ready to accept connections on port 9736
|
1004
|
+
[9903] 20 Aug 00:56:35.732 - 0 clients connected (0 slaves), 952944 bytes in use
|
1005
|
+
[14949] 20 Aug 03:07:25.544 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1006
|
+
_._
|
1007
|
+
_.-``__ ''-._
|
1008
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
1009
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1010
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1011
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1012
|
+
| `-._ `._ / _.-' | PID: 14949
|
1013
|
+
`-._ `-._ `-./ _.-' _.-'
|
1014
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1015
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1016
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1017
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1018
|
+
| `-._`-._ _.-'_.-' |
|
1019
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1020
|
+
`-._ `-.__.-' _.-'
|
1021
|
+
`-._ _.-'
|
1022
|
+
`-.__.-'
|
1023
|
+
|
1024
|
+
[14949] 20 Aug 03:07:25.553 # Server started, Redis version 2.8.13
|
1025
|
+
[14949] 20 Aug 03:07:25.554 * The server is now ready to accept connections on port 9736
|
1026
|
+
[14949] 20 Aug 03:07:26.551 - 0 clients connected (0 slaves), 952944 bytes in use
|
1027
|
+
[13164] 22 Aug 13:23:41.089 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1028
|
+
_._
|
1029
|
+
_.-``__ ''-._
|
1030
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
1031
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1032
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1033
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1034
|
+
| `-._ `._ / _.-' | PID: 13164
|
1035
|
+
`-._ `-._ `-./ _.-' _.-'
|
1036
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1037
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1038
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1039
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1040
|
+
| `-._`-._ _.-'_.-' |
|
1041
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1042
|
+
`-._ `-.__.-' _.-'
|
1043
|
+
`-._ _.-'
|
1044
|
+
`-.__.-'
|
1045
|
+
|
1046
|
+
[13164] 22 Aug 13:23:41.100 # Server started, Redis version 2.8.13
|
1047
|
+
[13164] 22 Aug 13:23:41.100 * The server is now ready to accept connections on port 9736
|
1048
|
+
[13164] 22 Aug 13:23:42.097 - 0 clients connected (0 slaves), 952944 bytes in use
|
1049
|
+
[13164] 22 Aug 13:23:47.164 - 0 clients connected (0 slaves), 952944 bytes in use
|
1050
|
+
[13164] 22 Aug 13:23:52.211 - 0 clients connected (0 slaves), 952944 bytes in use
|
1051
|
+
[13164] 22 Aug 13:23:53.610 - Accepted 127.0.0.1:56735
|
1052
|
+
[13164] 22 Aug 13:23:57.251 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1053
|
+
[13164] 22 Aug 13:23:57.251 - 1 clients connected (0 slaves), 970736 bytes in use
|
1054
|
+
[13164] 22 Aug 13:24:02.289 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1055
|
+
[13164] 22 Aug 13:24:02.289 - 1 clients connected (0 slaves), 970736 bytes in use
|
1056
|
+
[39042] 24 Aug 00:22:24.986 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1057
|
+
_._
|
1058
|
+
_.-``__ ''-._
|
1059
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
1060
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1061
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1062
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1063
|
+
| `-._ `._ / _.-' | PID: 39042
|
1064
|
+
`-._ `-._ `-./ _.-' _.-'
|
1065
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1066
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1067
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1068
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1069
|
+
| `-._`-._ _.-'_.-' |
|
1070
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1071
|
+
`-._ `-.__.-' _.-'
|
1072
|
+
`-._ _.-'
|
1073
|
+
`-.__.-'
|
1074
|
+
|
1075
|
+
[39042] 24 Aug 00:22:25.068 # Server started, Redis version 2.8.13
|
1076
|
+
[39042] 24 Aug 00:22:25.068 * The server is now ready to accept connections on port 9736
|
1077
|
+
[39042] 24 Aug 00:22:26.066 - 0 clients connected (0 slaves), 952944 bytes in use
|
1078
|
+
[39042] 24 Aug 00:22:31.123 - 0 clients connected (0 slaves), 952944 bytes in use
|
1079
|
+
[39042] 24 Aug 00:22:36.184 - 0 clients connected (0 slaves), 952944 bytes in use
|
1080
|
+
[39042] 24 Aug 00:22:36.625 - Accepted ::1:54585
|
1081
|
+
[39042] 24 Aug 00:22:41.231 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1082
|
+
[39042] 24 Aug 00:22:41.232 - 1 clients connected (0 slaves), 970736 bytes in use
|
1083
|
+
[69067] 28 Aug 14:37:15.352 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1084
|
+
_._
|
1085
|
+
_.-``__ ''-._
|
1086
|
+
_.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
|
1087
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1088
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1089
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1090
|
+
| `-._ `._ / _.-' | PID: 69067
|
1091
|
+
`-._ `-._ `-./ _.-' _.-'
|
1092
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1093
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1094
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1095
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1096
|
+
| `-._`-._ _.-'_.-' |
|
1097
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1098
|
+
`-._ `-.__.-' _.-'
|
1099
|
+
`-._ _.-'
|
1100
|
+
`-.__.-'
|
1101
|
+
|
1102
|
+
[69067] 28 Aug 14:37:15.368 # Server started, Redis version 2.8.13
|
1103
|
+
[69067] 28 Aug 14:37:15.369 * The server is now ready to accept connections on port 9736
|
1104
|
+
[69067] 28 Aug 14:37:16.361 - 0 clients connected (0 slaves), 952944 bytes in use
|
1105
|
+
[69067] 28 Aug 14:37:17.046 - Accepted ::1:49731
|
1106
|
+
[67248] 15 Sep 15:55:27.100 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1107
|
+
_._
|
1108
|
+
_.-``__ ''-._
|
1109
|
+
_.-`` `. `_. ''-._ Redis 2.8.14 (00000000/0) 64 bit
|
1110
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1111
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1112
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1113
|
+
| `-._ `._ / _.-' | PID: 67248
|
1114
|
+
`-._ `-._ `-./ _.-' _.-'
|
1115
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1116
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1117
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1118
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1119
|
+
| `-._`-._ _.-'_.-' |
|
1120
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1121
|
+
`-._ `-.__.-' _.-'
|
1122
|
+
`-._ _.-'
|
1123
|
+
`-.__.-'
|
1124
|
+
|
1125
|
+
[67248] 15 Sep 15:55:27.110 # Server started, Redis version 2.8.14
|
1126
|
+
[67248] 15 Sep 15:55:27.110 * The server is now ready to accept connections on port 9736
|
1127
|
+
[67248] 15 Sep 15:55:28.107 - 0 clients connected (0 slaves), 952944 bytes in use
|
1128
|
+
[67248] 15 Sep 15:55:33.146 - 0 clients connected (0 slaves), 952944 bytes in use
|
1129
|
+
[67248] 15 Sep 15:55:38.179 - 0 clients connected (0 slaves), 952944 bytes in use
|
1130
|
+
[67248] 15 Sep 15:55:38.501 - Accepted ::1:57031
|
1131
|
+
[67248] 15 Sep 15:55:43.216 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1132
|
+
[67248] 15 Sep 15:55:43.217 - 1 clients connected (0 slaves), 970736 bytes in use
|
1133
|
+
[67248] 15 Sep 15:55:48.251 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1134
|
+
[67248] 15 Sep 15:55:48.251 - 1 clients connected (0 slaves), 970736 bytes in use
|
1135
|
+
[22978] 15 Sep 17:52:12.067 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1136
|
+
_._
|
1137
|
+
_.-``__ ''-._
|
1138
|
+
_.-`` `. `_. ''-._ Redis 2.8.14 (00000000/0) 64 bit
|
1139
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1140
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1141
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1142
|
+
| `-._ `._ / _.-' | PID: 22978
|
1143
|
+
`-._ `-._ `-./ _.-' _.-'
|
1144
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1145
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1146
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1147
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1148
|
+
| `-._`-._ _.-'_.-' |
|
1149
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1150
|
+
`-._ `-.__.-' _.-'
|
1151
|
+
`-._ _.-'
|
1152
|
+
`-.__.-'
|
1153
|
+
|
1154
|
+
[22978] 15 Sep 17:52:12.082 # Server started, Redis version 2.8.14
|
1155
|
+
[22978] 15 Sep 17:52:12.082 * The server is now ready to accept connections on port 9736
|
1156
|
+
[22978] 15 Sep 17:52:13.074 - 0 clients connected (0 slaves), 952944 bytes in use
|
1157
|
+
[22978] 15 Sep 17:52:18.111 - 0 clients connected (0 slaves), 952944 bytes in use
|
1158
|
+
[22978] 15 Sep 17:52:23.160 - 0 clients connected (0 slaves), 952944 bytes in use
|
1159
|
+
[22978] 15 Sep 17:52:27.391 - Accepted ::1:50067
|
1160
|
+
[22978] 15 Sep 17:52:28.217 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1161
|
+
[22978] 15 Sep 17:52:28.217 - 1 clients connected (0 slaves), 970736 bytes in use
|
1162
|
+
[22978] 15 Sep 17:52:33.262 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1163
|
+
[22978] 15 Sep 17:52:33.262 - 1 clients connected (0 slaves), 970736 bytes in use
|
1164
|
+
[23159] 15 Sep 17:53:27.164 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1165
|
+
_._
|
1166
|
+
_.-``__ ''-._
|
1167
|
+
_.-`` `. `_. ''-._ Redis 2.8.14 (00000000/0) 64 bit
|
1168
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1169
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1170
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1171
|
+
| `-._ `._ / _.-' | PID: 23159
|
1172
|
+
`-._ `-._ `-./ _.-' _.-'
|
1173
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1174
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1175
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1176
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1177
|
+
| `-._`-._ _.-'_.-' |
|
1178
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1179
|
+
`-._ `-.__.-' _.-'
|
1180
|
+
`-._ _.-'
|
1181
|
+
`-.__.-'
|
1182
|
+
|
1183
|
+
[23159] 15 Sep 17:53:27.168 # Server started, Redis version 2.8.14
|
1184
|
+
[23159] 15 Sep 17:53:27.168 * The server is now ready to accept connections on port 9736
|
1185
|
+
[23159] 15 Sep 17:53:27.168 - 0 clients connected (0 slaves), 952944 bytes in use
|
1186
|
+
[23159] 15 Sep 17:53:32.223 - 0 clients connected (0 slaves), 952944 bytes in use
|
1187
|
+
[23159] 15 Sep 17:53:37.264 - 0 clients connected (0 slaves), 952944 bytes in use
|
1188
|
+
[23159] 15 Sep 17:53:39.676 - Accepted ::1:50123
|
1189
|
+
[23159] 15 Sep 17:53:42.305 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1190
|
+
[23159] 15 Sep 17:53:42.306 - 1 clients connected (0 slaves), 970736 bytes in use
|
1191
|
+
[23159] 15 Sep 17:53:47.353 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1192
|
+
[23159] 15 Sep 17:53:47.354 - 1 clients connected (0 slaves), 970736 bytes in use
|
1193
|
+
[80302] 22 Sep 01:48:46.799 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1194
|
+
_._
|
1195
|
+
_.-``__ ''-._
|
1196
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1197
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1198
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1199
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1200
|
+
| `-._ `._ / _.-' | PID: 80302
|
1201
|
+
`-._ `-._ `-./ _.-' _.-'
|
1202
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1203
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1204
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1205
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1206
|
+
| `-._`-._ _.-'_.-' |
|
1207
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1208
|
+
`-._ `-.__.-' _.-'
|
1209
|
+
`-._ _.-'
|
1210
|
+
`-.__.-'
|
1211
|
+
|
1212
|
+
[80302] 22 Sep 01:48:46.807 # Server started, Redis version 2.8.16
|
1213
|
+
[80302] 22 Sep 01:48:46.808 * The server is now ready to accept connections on port 9736
|
1214
|
+
[80302] 22 Sep 01:48:47.805 - 0 clients connected (0 slaves), 952944 bytes in use
|
1215
|
+
[80302] 22 Sep 01:48:52.862 - 0 clients connected (0 slaves), 952944 bytes in use
|
1216
|
+
[80302] 22 Sep 01:48:56.250 - Accepted ::1:61406
|
1217
|
+
[80302] 22 Sep 01:48:57.905 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1218
|
+
[80302] 22 Sep 01:48:57.905 - 1 clients connected (0 slaves), 970736 bytes in use
|
1219
|
+
[80302] 22 Sep 01:49:02.948 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1220
|
+
[80302] 22 Sep 01:49:02.948 - 1 clients connected (0 slaves), 970736 bytes in use
|
1221
|
+
[80454] 22 Sep 01:50:48.770 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1222
|
+
_._
|
1223
|
+
_.-``__ ''-._
|
1224
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1225
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1226
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1227
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1228
|
+
| `-._ `._ / _.-' | PID: 80454
|
1229
|
+
`-._ `-._ `-./ _.-' _.-'
|
1230
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1231
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1232
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1233
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1234
|
+
| `-._`-._ _.-'_.-' |
|
1235
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1236
|
+
`-._ `-.__.-' _.-'
|
1237
|
+
`-._ _.-'
|
1238
|
+
`-.__.-'
|
1239
|
+
|
1240
|
+
[80454] 22 Sep 01:50:48.771 # Server started, Redis version 2.8.16
|
1241
|
+
[80454] 22 Sep 01:50:48.771 * The server is now ready to accept connections on port 9736
|
1242
|
+
[80454] 22 Sep 01:50:48.773 - 0 clients connected (0 slaves), 952944 bytes in use
|
1243
|
+
[80454] 22 Sep 01:50:53.827 - 0 clients connected (0 slaves), 952944 bytes in use
|
1244
|
+
[80454] 22 Sep 01:50:58.103 - Accepted ::1:61447
|
1245
|
+
[80454] 22 Sep 01:50:58.870 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1246
|
+
[80454] 22 Sep 01:50:58.870 - 1 clients connected (0 slaves), 970736 bytes in use
|
1247
|
+
[80454] 22 Sep 01:51:03.912 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1248
|
+
[80454] 22 Sep 01:51:03.912 - 1 clients connected (0 slaves), 970736 bytes in use
|
1249
|
+
[80534] 22 Sep 01:51:14.451 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1250
|
+
_._
|
1251
|
+
_.-``__ ''-._
|
1252
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1253
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1254
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1255
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1256
|
+
| `-._ `._ / _.-' | PID: 80534
|
1257
|
+
`-._ `-._ `-./ _.-' _.-'
|
1258
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1259
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1260
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1261
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1262
|
+
| `-._`-._ _.-'_.-' |
|
1263
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1264
|
+
`-._ `-.__.-' _.-'
|
1265
|
+
`-._ _.-'
|
1266
|
+
`-.__.-'
|
1267
|
+
|
1268
|
+
[80534] 22 Sep 01:51:14.453 # Server started, Redis version 2.8.16
|
1269
|
+
[80534] 22 Sep 01:51:14.453 * The server is now ready to accept connections on port 9736
|
1270
|
+
[80534] 22 Sep 01:51:14.453 - 0 clients connected (0 slaves), 952944 bytes in use
|
1271
|
+
[80534] 22 Sep 01:51:19.536 - 0 clients connected (0 slaves), 952944 bytes in use
|
1272
|
+
[80534] 22 Sep 01:51:24.286 - Accepted ::1:61487
|
1273
|
+
[80534] 22 Sep 01:51:24.587 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1274
|
+
[80534] 22 Sep 01:51:24.587 - 1 clients connected (0 slaves), 970736 bytes in use
|
1275
|
+
[80534] 22 Sep 01:51:29.630 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1276
|
+
[80534] 22 Sep 01:51:29.630 - 1 clients connected (0 slaves), 970736 bytes in use
|
1277
|
+
[80732] 22 Sep 02:01:10.783 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1278
|
+
_._
|
1279
|
+
_.-``__ ''-._
|
1280
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1281
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1282
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1283
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1284
|
+
| `-._ `._ / _.-' | PID: 80732
|
1285
|
+
`-._ `-._ `-./ _.-' _.-'
|
1286
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1287
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1288
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1289
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1290
|
+
| `-._`-._ _.-'_.-' |
|
1291
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1292
|
+
`-._ `-.__.-' _.-'
|
1293
|
+
`-._ _.-'
|
1294
|
+
`-.__.-'
|
1295
|
+
|
1296
|
+
[80732] 22 Sep 02:01:10.785 # Server started, Redis version 2.8.16
|
1297
|
+
[80732] 22 Sep 02:01:10.785 * The server is now ready to accept connections on port 9736
|
1298
|
+
[80732] 22 Sep 02:01:10.787 - 0 clients connected (0 slaves), 952944 bytes in use
|
1299
|
+
[80732] 22 Sep 02:01:15.875 - 0 clients connected (0 slaves), 952944 bytes in use
|
1300
|
+
[80732] 22 Sep 02:01:19.870 - Accepted ::1:62117
|
1301
|
+
[80732] 22 Sep 02:01:20.920 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1302
|
+
[80732] 22 Sep 02:01:20.920 - 1 clients connected (0 slaves), 970736 bytes in use
|
1303
|
+
[80732] 22 Sep 02:01:25.967 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1304
|
+
[80732] 22 Sep 02:01:25.967 - 1 clients connected (0 slaves), 970736 bytes in use
|
1305
|
+
[81026] 22 Sep 02:03:45.954 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1306
|
+
_._
|
1307
|
+
_.-``__ ''-._
|
1308
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1309
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1310
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1311
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1312
|
+
| `-._ `._ / _.-' | PID: 81026
|
1313
|
+
`-._ `-._ `-./ _.-' _.-'
|
1314
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1315
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1316
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1317
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1318
|
+
| `-._`-._ _.-'_.-' |
|
1319
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1320
|
+
`-._ `-.__.-' _.-'
|
1321
|
+
`-._ _.-'
|
1322
|
+
`-.__.-'
|
1323
|
+
|
1324
|
+
[81026] 22 Sep 02:03:45.967 # Server started, Redis version 2.8.16
|
1325
|
+
[81026] 22 Sep 02:03:45.967 * The server is now ready to accept connections on port 9736
|
1326
|
+
[81026] 22 Sep 02:03:46.962 - 0 clients connected (0 slaves), 952944 bytes in use
|
1327
|
+
[81026] 22 Sep 02:03:52.011 - 0 clients connected (0 slaves), 952944 bytes in use
|
1328
|
+
[81026] 22 Sep 02:03:57.040 - 0 clients connected (0 slaves), 952944 bytes in use
|
1329
|
+
[81026] 22 Sep 02:03:57.862 - Accepted ::1:62213
|
1330
|
+
[81026] 22 Sep 02:04:02.069 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1331
|
+
[81026] 22 Sep 02:04:02.069 - 1 clients connected (0 slaves), 970736 bytes in use
|
1332
|
+
[81250] 22 Sep 02:06:42.116 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1333
|
+
_._
|
1334
|
+
_.-``__ ''-._
|
1335
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1336
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1337
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1338
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1339
|
+
| `-._ `._ / _.-' | PID: 81250
|
1340
|
+
`-._ `-._ `-./ _.-' _.-'
|
1341
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1342
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1343
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1344
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1345
|
+
| `-._`-._ _.-'_.-' |
|
1346
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1347
|
+
`-._ `-.__.-' _.-'
|
1348
|
+
`-._ _.-'
|
1349
|
+
`-.__.-'
|
1350
|
+
|
1351
|
+
[81250] 22 Sep 02:06:42.118 # Server started, Redis version 2.8.16
|
1352
|
+
[81250] 22 Sep 02:06:42.118 * The server is now ready to accept connections on port 9736
|
1353
|
+
[81250] 22 Sep 02:06:42.120 - 0 clients connected (0 slaves), 952944 bytes in use
|
1354
|
+
[81250] 22 Sep 02:06:47.161 - 0 clients connected (0 slaves), 952944 bytes in use
|
1355
|
+
[81250] 22 Sep 02:06:52.218 - 0 clients connected (0 slaves), 952944 bytes in use
|
1356
|
+
[81250] 22 Sep 02:06:52.885 - Accepted ::1:62349
|
1357
|
+
[81250] 22 Sep 02:06:57.247 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1358
|
+
[81250] 22 Sep 02:06:57.248 - 1 clients connected (0 slaves), 970736 bytes in use
|
1359
|
+
[81376] 22 Sep 02:08:21.461 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1360
|
+
_._
|
1361
|
+
_.-``__ ''-._
|
1362
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1363
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1364
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1365
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1366
|
+
| `-._ `._ / _.-' | PID: 81376
|
1367
|
+
`-._ `-._ `-./ _.-' _.-'
|
1368
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1369
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1370
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1371
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1372
|
+
| `-._`-._ _.-'_.-' |
|
1373
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1374
|
+
`-._ `-.__.-' _.-'
|
1375
|
+
`-._ _.-'
|
1376
|
+
`-.__.-'
|
1377
|
+
|
1378
|
+
[81376] 22 Sep 02:08:21.463 # Server started, Redis version 2.8.16
|
1379
|
+
[81376] 22 Sep 02:08:21.463 * The server is now ready to accept connections on port 9736
|
1380
|
+
[81376] 22 Sep 02:08:21.463 - 0 clients connected (0 slaves), 952944 bytes in use
|
1381
|
+
[81376] 22 Sep 02:08:26.507 - 0 clients connected (0 slaves), 952944 bytes in use
|
1382
|
+
[81376] 22 Sep 02:08:31.541 - 0 clients connected (0 slaves), 952944 bytes in use
|
1383
|
+
[81376] 22 Sep 02:08:32.183 - Accepted ::1:62463
|
1384
|
+
[81376] 22 Sep 02:08:36.570 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1385
|
+
[81376] 22 Sep 02:08:36.570 - 1 clients connected (0 slaves), 970736 bytes in use
|
1386
|
+
[81376] 22 Sep 02:08:41.599 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1387
|
+
[81376] 22 Sep 02:08:41.599 - 1 clients connected (0 slaves), 970736 bytes in use
|
1388
|
+
[83410] 22 Sep 12:06:18.602 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1389
|
+
_._
|
1390
|
+
_.-``__ ''-._
|
1391
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1392
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1393
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1394
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1395
|
+
| `-._ `._ / _.-' | PID: 83410
|
1396
|
+
`-._ `-._ `-./ _.-' _.-'
|
1397
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1398
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1399
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1400
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1401
|
+
| `-._`-._ _.-'_.-' |
|
1402
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1403
|
+
`-._ `-.__.-' _.-'
|
1404
|
+
`-._ _.-'
|
1405
|
+
`-.__.-'
|
1406
|
+
|
1407
|
+
[83410] 22 Sep 12:06:18.616 # Server started, Redis version 2.8.16
|
1408
|
+
[83410] 22 Sep 12:06:18.617 * The server is now ready to accept connections on port 9736
|
1409
|
+
[83410] 22 Sep 12:06:19.609 - 0 clients connected (0 slaves), 952944 bytes in use
|
1410
|
+
[83410] 22 Sep 12:06:24.663 - 0 clients connected (0 slaves), 952944 bytes in use
|
1411
|
+
[83669] 22 Sep 12:20:01.064 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1412
|
+
_._
|
1413
|
+
_.-``__ ''-._
|
1414
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1415
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1416
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1417
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1418
|
+
| `-._ `._ / _.-' | PID: 83669
|
1419
|
+
`-._ `-._ `-./ _.-' _.-'
|
1420
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1421
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1422
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1423
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1424
|
+
| `-._`-._ _.-'_.-' |
|
1425
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1426
|
+
`-._ `-.__.-' _.-'
|
1427
|
+
`-._ _.-'
|
1428
|
+
`-.__.-'
|
1429
|
+
|
1430
|
+
[83669] 22 Sep 12:20:01.066 # Server started, Redis version 2.8.16
|
1431
|
+
[83669] 22 Sep 12:20:01.066 * The server is now ready to accept connections on port 9736
|
1432
|
+
[83669] 22 Sep 12:20:01.066 - 0 clients connected (0 slaves), 952944 bytes in use
|
1433
|
+
[83669] 22 Sep 12:20:06.123 - 0 clients connected (0 slaves), 952944 bytes in use
|
1434
|
+
[84018] 22 Sep 12:26:28.382 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1435
|
+
_._
|
1436
|
+
_.-``__ ''-._
|
1437
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1438
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1439
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1440
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1441
|
+
| `-._ `._ / _.-' | PID: 84018
|
1442
|
+
`-._ `-._ `-./ _.-' _.-'
|
1443
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1444
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1445
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1446
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1447
|
+
| `-._`-._ _.-'_.-' |
|
1448
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1449
|
+
`-._ `-.__.-' _.-'
|
1450
|
+
`-._ _.-'
|
1451
|
+
`-.__.-'
|
1452
|
+
|
1453
|
+
[84018] 22 Sep 12:26:28.383 # Server started, Redis version 2.8.16
|
1454
|
+
[84018] 22 Sep 12:26:28.383 * The server is now ready to accept connections on port 9736
|
1455
|
+
[84018] 22 Sep 12:26:28.385 - 0 clients connected (0 slaves), 952944 bytes in use
|
1456
|
+
[84018] 22 Sep 12:26:33.429 - 0 clients connected (0 slaves), 952944 bytes in use
|
1457
|
+
[84126] 22 Sep 12:27:39.608 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1458
|
+
_._
|
1459
|
+
_.-``__ ''-._
|
1460
|
+
_.-`` `. `_. ''-._ Redis 2.8.16 (00000000/0) 64 bit
|
1461
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1462
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1463
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1464
|
+
| `-._ `._ / _.-' | PID: 84126
|
1465
|
+
`-._ `-._ `-./ _.-' _.-'
|
1466
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1467
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1468
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1469
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1470
|
+
| `-._`-._ _.-'_.-' |
|
1471
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1472
|
+
`-._ `-.__.-' _.-'
|
1473
|
+
`-._ _.-'
|
1474
|
+
`-.__.-'
|
1475
|
+
|
1476
|
+
[84126] 22 Sep 12:27:39.610 # Server started, Redis version 2.8.16
|
1477
|
+
[84126] 22 Sep 12:27:39.610 * The server is now ready to accept connections on port 9736
|
1478
|
+
[84126] 22 Sep 12:27:39.610 - 0 clients connected (0 slaves), 952944 bytes in use
|
1479
|
+
[84126] 22 Sep 12:27:44.685 - 0 clients connected (0 slaves), 952944 bytes in use
|
1480
|
+
[84126] 22 Sep 12:27:47.370 - Accepted ::1:53479
|
1481
|
+
[84126] 22 Sep 12:27:49.723 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1482
|
+
[84126] 22 Sep 12:27:49.723 - 1 clients connected (0 slaves), 970736 bytes in use
|
1483
|
+
[84126] 22 Sep 12:27:54.763 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1484
|
+
[84126] 22 Sep 12:27:54.763 - 1 clients connected (0 slaves), 970736 bytes in use
|
1485
|
+
[7720] 26 Sep 11:49:04.141 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1486
|
+
_._
|
1487
|
+
_.-``__ ''-._
|
1488
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1489
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1490
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1491
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1492
|
+
| `-._ `._ / _.-' | PID: 7720
|
1493
|
+
`-._ `-._ `-./ _.-' _.-'
|
1494
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1495
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1496
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1497
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1498
|
+
| `-._`-._ _.-'_.-' |
|
1499
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1500
|
+
`-._ `-.__.-' _.-'
|
1501
|
+
`-._ _.-'
|
1502
|
+
`-.__.-'
|
1503
|
+
|
1504
|
+
[7720] 26 Sep 11:49:04.152 # Server started, Redis version 2.8.17
|
1505
|
+
[7720] 26 Sep 11:49:04.152 * The server is now ready to accept connections on port 9736
|
1506
|
+
[7720] 26 Sep 11:49:05.148 - 0 clients connected (0 slaves), 952944 bytes in use
|
1507
|
+
[7720] 26 Sep 11:49:10.192 - 0 clients connected (0 slaves), 952944 bytes in use
|
1508
|
+
[7720] 26 Sep 11:49:15.243 - 0 clients connected (0 slaves), 952944 bytes in use
|
1509
|
+
[7720] 26 Sep 11:49:16.382 - Accepted ::1:58845
|
1510
|
+
[7720] 26 Sep 11:49:20.286 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1511
|
+
[7720] 26 Sep 11:49:20.286 - 1 clients connected (0 slaves), 970736 bytes in use
|
1512
|
+
[57004] 02 Oct 03:33:49.639 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1513
|
+
_._
|
1514
|
+
_.-``__ ''-._
|
1515
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1516
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1517
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1518
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1519
|
+
| `-._ `._ / _.-' | PID: 57004
|
1520
|
+
`-._ `-._ `-./ _.-' _.-'
|
1521
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1522
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1523
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1524
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1525
|
+
| `-._`-._ _.-'_.-' |
|
1526
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1527
|
+
`-._ `-.__.-' _.-'
|
1528
|
+
`-._ _.-'
|
1529
|
+
`-.__.-'
|
1530
|
+
|
1531
|
+
[57004] 02 Oct 03:33:49.648 # Server started, Redis version 2.8.17
|
1532
|
+
[57004] 02 Oct 03:33:49.648 * The server is now ready to accept connections on port 9736
|
1533
|
+
[57004] 02 Oct 03:33:50.645 - 0 clients connected (0 slaves), 952944 bytes in use
|
1534
|
+
[57004] 02 Oct 03:33:55.682 - 0 clients connected (0 slaves), 952944 bytes in use
|
1535
|
+
[57004] 02 Oct 03:34:00.717 - 0 clients connected (0 slaves), 952944 bytes in use
|
1536
|
+
[57004] 02 Oct 03:34:00.969 - Accepted ::1:57442
|
1537
|
+
[57004] 02 Oct 03:34:05.756 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1538
|
+
[57004] 02 Oct 03:34:05.756 - 1 clients connected (0 slaves), 970736 bytes in use
|
1539
|
+
[57211] 02 Oct 03:40:44.207 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1540
|
+
_._
|
1541
|
+
_.-``__ ''-._
|
1542
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1543
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1544
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1545
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1546
|
+
| `-._ `._ / _.-' | PID: 57211
|
1547
|
+
`-._ `-._ `-./ _.-' _.-'
|
1548
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1549
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1550
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1551
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1552
|
+
| `-._`-._ _.-'_.-' |
|
1553
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1554
|
+
`-._ `-.__.-' _.-'
|
1555
|
+
`-._ _.-'
|
1556
|
+
`-.__.-'
|
1557
|
+
|
1558
|
+
[57211] 02 Oct 03:40:44.209 # Server started, Redis version 2.8.17
|
1559
|
+
[57211] 02 Oct 03:40:44.209 * The server is now ready to accept connections on port 9736
|
1560
|
+
[57211] 02 Oct 03:40:44.209 - 0 clients connected (0 slaves), 952944 bytes in use
|
1561
|
+
[57211] 02 Oct 03:40:49.247 - 0 clients connected (0 slaves), 952944 bytes in use
|
1562
|
+
[57211] 02 Oct 03:40:54.282 - 0 clients connected (0 slaves), 952944 bytes in use
|
1563
|
+
[57211] 02 Oct 03:40:55.527 - Accepted ::1:57664
|
1564
|
+
[57211] 02 Oct 03:40:59.320 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1565
|
+
[57211] 02 Oct 03:40:59.320 - 1 clients connected (0 slaves), 970736 bytes in use
|
1566
|
+
[57211] 02 Oct 03:41:04.354 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1567
|
+
[57211] 02 Oct 03:41:04.354 - 1 clients connected (0 slaves), 970736 bytes in use
|
1568
|
+
[57332] 02 Oct 03:42:42.081 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1569
|
+
_._
|
1570
|
+
_.-``__ ''-._
|
1571
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1572
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1573
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1574
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1575
|
+
| `-._ `._ / _.-' | PID: 57332
|
1576
|
+
`-._ `-._ `-./ _.-' _.-'
|
1577
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1578
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1579
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1580
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1581
|
+
| `-._`-._ _.-'_.-' |
|
1582
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1583
|
+
`-._ `-.__.-' _.-'
|
1584
|
+
`-._ _.-'
|
1585
|
+
`-.__.-'
|
1586
|
+
|
1587
|
+
[57332] 02 Oct 03:42:42.083 # Server started, Redis version 2.8.17
|
1588
|
+
[57332] 02 Oct 03:42:42.083 * The server is now ready to accept connections on port 9736
|
1589
|
+
[57332] 02 Oct 03:42:42.083 - 0 clients connected (0 slaves), 952944 bytes in use
|
1590
|
+
[57332] 02 Oct 03:42:47.129 - 0 clients connected (0 slaves), 952944 bytes in use
|
1591
|
+
[57332] 02 Oct 03:42:52.160 - 0 clients connected (0 slaves), 952944 bytes in use
|
1592
|
+
[57332] 02 Oct 03:42:53.074 - Accepted ::1:57715
|
1593
|
+
[57332] 02 Oct 03:42:57.192 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1594
|
+
[57332] 02 Oct 03:42:57.192 - 1 clients connected (0 slaves), 970736 bytes in use
|
1595
|
+
[57332] 02 Oct 03:43:02.222 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1596
|
+
[57332] 02 Oct 03:43:02.222 - 1 clients connected (0 slaves), 970736 bytes in use
|
1597
|
+
[57613] 02 Oct 03:47:54.971 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1598
|
+
_._
|
1599
|
+
_.-``__ ''-._
|
1600
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1601
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1602
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1603
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1604
|
+
| `-._ `._ / _.-' | PID: 57613
|
1605
|
+
`-._ `-._ `-./ _.-' _.-'
|
1606
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1607
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1608
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1609
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1610
|
+
| `-._`-._ _.-'_.-' |
|
1611
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1612
|
+
`-._ `-.__.-' _.-'
|
1613
|
+
`-._ _.-'
|
1614
|
+
`-.__.-'
|
1615
|
+
|
1616
|
+
[57613] 02 Oct 03:47:54.973 # Server started, Redis version 2.8.17
|
1617
|
+
[57613] 02 Oct 03:47:54.973 * The server is now ready to accept connections on port 9736
|
1618
|
+
[57613] 02 Oct 03:47:54.973 - 0 clients connected (0 slaves), 952944 bytes in use
|
1619
|
+
[57613] 02 Oct 03:48:00.021 - 0 clients connected (0 slaves), 952944 bytes in use
|
1620
|
+
[57613] 02 Oct 03:48:04.783 - Accepted ::1:57859
|
1621
|
+
[57613] 02 Oct 03:48:05.070 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1622
|
+
[57613] 02 Oct 03:48:05.070 - 1 clients connected (0 slaves), 970736 bytes in use
|
1623
|
+
[57613] 02 Oct 03:48:10.132 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1624
|
+
[57613] 02 Oct 03:48:10.132 - 1 clients connected (0 slaves), 970736 bytes in use
|
1625
|
+
[57613] 02 Oct 03:48:15.159 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1626
|
+
[57613] 02 Oct 03:48:15.159 - 1 clients connected (0 slaves), 970736 bytes in use
|
1627
|
+
[78102] 03 Oct 12:26:24.186 * Increased maximum number of open files to 10032 (it was originally set to 256).
|
1628
|
+
_._
|
1629
|
+
_.-``__ ''-._
|
1630
|
+
_.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
|
1631
|
+
.-`` .-```. ```\/ _.,_ ''-._
|
1632
|
+
( ' , .-` | `, ) Running in stand alone mode
|
1633
|
+
|`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
|
1634
|
+
| `-._ `._ / _.-' | PID: 78102
|
1635
|
+
`-._ `-._ `-./ _.-' _.-'
|
1636
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1637
|
+
| `-._`-._ _.-'_.-' | http://redis.io
|
1638
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1639
|
+
|`-._`-._ `-.__.-' _.-'_.-'|
|
1640
|
+
| `-._`-._ _.-'_.-' |
|
1641
|
+
`-._ `-._`-.__.-'_.-' _.-'
|
1642
|
+
`-._ `-.__.-' _.-'
|
1643
|
+
`-._ _.-'
|
1644
|
+
`-.__.-'
|
1645
|
+
|
1646
|
+
[78102] 03 Oct 12:26:24.199 # Server started, Redis version 2.8.17
|
1647
|
+
[78102] 03 Oct 12:26:24.200 * The server is now ready to accept connections on port 9736
|
1648
|
+
[78102] 03 Oct 12:26:25.194 - 0 clients connected (0 slaves), 952944 bytes in use
|
1649
|
+
[78102] 03 Oct 12:26:30.307 - 0 clients connected (0 slaves), 952944 bytes in use
|
1650
|
+
[78102] 03 Oct 12:26:35.344 - 0 clients connected (0 slaves), 952944 bytes in use
|
1651
|
+
[78102] 03 Oct 12:26:35.576 - Accepted ::1:51087
|
1652
|
+
[78102] 03 Oct 12:26:40.382 - DB 0: 2 keys (0 volatile) in 4 slots HT.
|
1653
|
+
[78102] 03 Oct 12:26:40.383 - 1 clients connected (0 slaves), 970736 bytes in use
|