Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid version detection of unstable redis-server #3523

Closed
songololo opened this issue Oct 30, 2015 · 9 comments
Closed

Invalid version detection of unstable redis-server #3523

songololo opened this issue Oct 30, 2015 · 9 comments
Labels
Milestone

Comments

@songololo
Copy link

I am trying to connect to a redis server with a fairly substantial amount of keys, but RDM tells me that:

You are connected to legacy redis-server, which doesn't support partial loading. 
Do you really want to load 2852556 items?

I am using redis' unstable version. How do I get it to use partial loading?

Thanks.

@songololo songololo changed the title you are connected to legacy redid-server, which doesn't support partial loading... you are connected to legacy redis-server, which doesn't support partial loading... Oct 30, 2015
@uglide
Copy link
Collaborator

uglide commented Oct 30, 2015

@Shongololo Could you please provide output for INFO redis command here?

@songololo
Copy link
Author

@uglide Here is the INFO output. Thanks.

# Server
redis_version:999.999.999
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:9af106848fe46184
redis_mode:standalone
os:Darwin 15.0.0 x86_64
arch_bits:64
multiplexing_api:kqueue
gcc_version:4.2.1
process_id:8808
run_id:6848cb90fce92cdd681a6eab430ac3c755032c14
tcp_port:6379
uptime_in_seconds:8458
uptime_in_days:0
hz:10
lru_clock:3373017
executable:/Users/shongololo/Databases/redis/redis-server
config_file:

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

# Memory
used_memory:2414809712
used_memory_human:2.25G
used_memory_rss:2432118784
used_memory_rss_human:2.27G
used_memory_peak:13011630176
used_memory_peak_human:12.12G
total_system_memory:17179869184
total_system_memory_human:16.00G
used_memory_lua:36864
used_memory_lua_human:36.00K
maxmemory:0
maxmemory_human:0B
maxmemory_policy:volatile-lru
mem_fragmentation_ratio:1.01
mem_allocator:libc
lazyfree_pending_objects:0

# Persistence
loading:0
rdb_changes_since_last_save:17054
rdb_bgsave_in_progress:0
rdb_last_save_time:1446213584
rdb_last_bgsave_status:ok
rdb_last_bgsave_time_sec:20
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:54
total_commands_processed:3227155
instantaneous_ops_per_sec:0
total_net_input_bytes:1928065436
total_net_output_bytes:102523715
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:674974
keyspace_misses:24274
pubsub_channels:0
pubsub_patterns:0
latest_fork_usec:2297
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:119.08
used_cpu_user:744.50
used_cpu_sys_children:27.58
used_cpu_user_children:186.59

# Cluster
cluster_enabled:0

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

@uglide uglide added the bug label Oct 30, 2015
@uglide uglide added this to the 0.8.3 milestone Oct 30, 2015
@uglide uglide changed the title you are connected to legacy redis-server, which doesn't support partial loading... Invalid version detection of unstable redis-server Oct 30, 2015
@uglide
Copy link
Collaborator

uglide commented Oct 30, 2015

Thanks! Meanwhile you can install & use latest redis-server via homebrew to use partial loading in RDM.

@songololo
Copy link
Author

Thanks. (Using new geo commands so will have to stay with new version for now.)

@uglide
Copy link
Collaborator

uglide commented Nov 14, 2015

Fixed in 0.8.3

@uglide uglide closed this as completed Nov 14, 2015
@songololo
Copy link
Author

Any chance you have a build of version 0.8.3 available for mac? Thanks.

@uglide
Copy link
Collaborator

uglide commented Nov 25, 2015

@songololo
Copy link
Author

@uglide works great now (on unstable redis version). Thanks.

@uglide
Copy link
Collaborator

uglide commented Nov 25, 2015

@Shongololo you are welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants