Module: RDKit

Defined in:
lib/rdkit/resp.rb,
lib/rdkit/db.rb,
lib/rdkit/core.rb,
lib/rdkit/client.rb,
lib/rdkit/errors.rb,
lib/rdkit/logger.rb,
lib/rdkit/server.rb,
lib/rdkit/version.rb,
lib/rdkit/slow_log.rb,
lib/rdkit/callbacks.rb,
lib/rdkit/rd_object.rb,
lib/rdkit/db_commands.rb,
lib/rdkit/http_parser.rb,
lib/rdkit/resp_parser.rb,
lib/rdkit/subcommands.rb,
lib/rdkit/configuration.rb,
lib/rdkit/introspection.rb,
lib/rdkit/http_responder.rb,
lib/rdkit/resp_responder.rb,
lib/rdkit/simple_commands.rb,
lib/rdkit/memory_monitoring.rb,
lib/rdkit/notification_center.rb

Overview

127.0.0.1:6379> info # Server redis_version:3.0.0 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:c8fc3cfae8617ea3 redis_mode:standalone os:Darwin 14.3.0 x86_64 arch_bits:64 multiplexing_api:kqueue gcc_version:4.2.1 process_id:6503 run_id:42575aa7185796a6a5e5addc5991a54e4baaf95e tcp_port:6379 uptime_in_seconds:165102 uptime_in_days:1 hz:10 lru_clock:7932005 config_file:/usr/local/etc/redis.conf

# Clients connected_clients:1 client_longest_output_list:0 client_biggest_input_buf:0 blocked_clients:0

# Memory used_memory:1009568 used_memory_human:985.91K used_memory_rss:1728512 used_memory_peak:3486144 used_memory_peak_human:3.32M used_memory_lua:35840 mem_fragmentation_ratio:1.71 mem_allocator:libc

# Persistence loading:0 rdb_changes_since_last_save:0 rdb_bgsave_in_progress:0 rdb_last_save_time:1433995353 rdb_last_bgsave_status:ok rdb_last_bgsave_time_sec:0 rdb_current_bgsave_time_sec:-1 aof_enabled:0 aof_rewrite_in_progress:0 aof_rewrite_scheduled:0 aof_last_rewrite_time_sec:-1 aof_current_rewrite_time_sec:-1 aof_last_bgrewrite_status:ok aof_last_write_status:ok

# Stats total_connections_received:98 total_commands_processed:265 instantaneous_ops_per_sec:0 total_net_input_bytes:273320 total_net_output_bytes:1024738 instantaneous_input_kbps:0.00 instantaneous_output_kbps:0.00 rejected_connections:0 sync_full:0 sync_partial_ok:0 sync_partial_err:0 expired_keys:0 evicted_keys:0 keyspace_hits:28 keyspace_misses:11 pubsub_channels:0 pubsub_patterns:0 latest_fork_usec:483 migrate_cached_sockets:0

# Replication role:master connected_slaves:0 master_repl_offset:0 repl_backlog_active:0 repl_backlog_size:1048576 repl_backlog_first_byte_offset:0 repl_backlog_histlen:0

# CPU used_cpu_sys:34.00 used_cpu_user:13.61 used_cpu_sys_children:0.05 used_cpu_user_children:0.11

# Cluster cluster_enabled:0

# Keyspace db0:keys=3,expires=0,avg_ttl=0

Defined Under Namespace

Modules: Callbacks, DBCommands, Introspection, MemoryMonitoring, SimpleCommands, Subcommands Classes: Client, ClientDisconnectedError, Configuration, Core, DB, HTTPParser, HTTPResponder, IllegalArgumentError, IllegalClientNameError, InvalidDBIndexError, Logger, NoSuchClientError, NotImplementedError, NotificationCenter, ProtocolError, RDHash, RDKitError, RDList, RDObject, RDSet, RESP, RESPParser, RESPResponder, RESPRunner, SDKRequirementNotMetError, Server, ShouldOverrideError, SlowLog, SyntaxError, UnknownCommandError, UnknownSubcommandError, ValueNotAnIntegerOrOutOfRangeError, WrongNumberOfArgumentError, WrongNumberOfArgumentForSubcommandError, WrongTypeError

Constant Summary collapse

VERSION =
'0.1.4'