Skip to content

Commit

Permalink
[#34] Remove skipped tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Jun 17, 2024
1 parent a6f3c03 commit 7ed3a69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions try/30_dump_base64_try.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
@rdump.redis(0).keys.size
#=> 2

## Is base64 decoded
require 'base64'
encoded_string = Base64.encode64('stringvalue3')
@rdump.redis(0).set 'stringkey3', encoded_string
stringkey = @rdump.redis(0).get('stringkey3')
##=> 'stringvalue1'

# Clear DB 0
db0 = Redis::Dump.new 0, @uri_base
db0.redis(0).flushdb
Expand Down

0 comments on commit 7ed3a69

Please sign in to comment.